1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 11:13:49 +00:00

rename autofill pages

This commit is contained in:
Kyle Spearrin
2017-11-27 20:45:09 -05:00
parent 40b861acbe
commit 37ea84ffe9
4 changed files with 124 additions and 126 deletions

View File

@@ -122,11 +122,11 @@ namespace Bit.App.Pages
{
if(_deviceInfoService.AutofillServiceSupported)
{
Navigation.PushModalAsync(new ExtendedNavigationPage(new ToolsAutofillServicePage2()));
Navigation.PushModalAsync(new ExtendedNavigationPage(new ToolsAutofillServicePage()));
}
else
{
Navigation.PushModalAsync(new ExtendedNavigationPage(new ToolsAutofillServicePage()));
Navigation.PushModalAsync(new ExtendedNavigationPage(new ToolsAccessibilityServicePage()));
}
}