1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 13:23:39 +00:00

custom content page renderer for left nav items

This commit is contained in:
Kyle Spearrin
2019-06-11 20:57:12 -04:00
parent 17060a2a1b
commit b6e7db6ecf
2 changed files with 57 additions and 0 deletions

View File

@@ -112,6 +112,7 @@
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<Compile Include="Migration\KeyChainStorageService.cs" />
<Compile Include="Renderers\CustomContentPageRenderer.cs" />
<Compile Include="Renderers\HybridWebViewRenderer.cs" />
<Compile Include="Services\DeviceActionService.cs" />
<Compile Include="Services\iOSPushNotificationHandler.cs" />