mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Created device specific navigation push/pops in order to support non-modal navigation on android (so we get the back button in nav).
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
_googleAnalyticsService.TrackAppEvent("SelectedGeneratedPassword");
|
||||
_passwordValueAction(Password.Text);
|
||||
await Navigation.PopModalAsync();
|
||||
await Navigation.PopForDeviceAsync();
|
||||
}, ToolbarItemOrder.Default, 0);
|
||||
|
||||
ToolbarItems.Add(selectToolBarItem);
|
||||
|
||||
Reference in New Issue
Block a user