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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user