mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 07:13:33 +00:00
Reusing App.xaml.cs Navigation for the Android RedirectPage
Some other cleanup and changes
This commit is contained in:
@@ -96,8 +96,9 @@ namespace Bit.App
|
||||
|
||||
if (Options != null && (Options.FromAutofillFramework || Options.Uri != null || Options.OtpData != null || Options.CreateSend != null)) //"Internal" Autofill and Uri/Otp/CreateSend
|
||||
{
|
||||
_autofillWindow = new Window(new NavigationPage(new AndroidExtSplashPage(Options)));
|
||||
_autofillWindow = new Window(new NavigationPage(new AndroidNavigationRedirectPage()));
|
||||
CurrentWindow = _autofillWindow;
|
||||
_isResumed = true;
|
||||
return CurrentWindow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user