1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

integrating ios extension with onepassword-app-extension

This commit is contained in:
Kyle Spearrin
2016-05-30 03:08:12 -04:00
parent 48db0e8d13
commit 72c1a987c9
4 changed files with 109 additions and 43 deletions

View File

@@ -107,6 +107,11 @@ namespace Bit.iOS
Debug.WriteLine("WillEnterForeground");
}
public override bool OpenUrl(UIApplication application, NSUrl url, string sourceApplication, NSObject annotation)
{
return true;
}
private void SendLockMessage()
{
MessagingCenter.Send(Xamarin.Forms.Application.Current, "Lock", false);