mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
updated autofill service tools page with new tutorial images
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Bit.App.Pages
|
||||
AppResources.BitwardenAutofillServiceDescription, "upload");
|
||||
autofillServiceCell.Tapped += (object sender, EventArgs e) =>
|
||||
{
|
||||
Navigation.PushAsync(new ToolsAutofillServicePage());
|
||||
Navigation.PushModalAsync(new ExtendedNavigationPage(new ToolsAutofillServicePage()));
|
||||
};
|
||||
section.Add(autofillServiceCell);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user