1
0
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:
Kyle Spearrin
2017-02-01 21:55:00 -05:00
parent 27fb44277f
commit 85dda759ec
22 changed files with 252 additions and 177 deletions

View File

@@ -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);
}