mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
Workaround for older bug in Xamarin.Forms by waiting for app to resume before attempting to set Application.Current.MainPage (#757)
This commit is contained in:
@@ -141,6 +141,7 @@ namespace Bit.App.Pages
|
||||
page.DuoWebView.RegisterAction(sig =>
|
||||
{
|
||||
Token = sig;
|
||||
App.WaitForResume();
|
||||
Device.BeginInvokeOnMainThread(async () => await SubmitAsync());
|
||||
});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user