1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-01 08:03:37 +00:00

vault is default page when searching from autofill

This commit is contained in:
Kyle Spearrin
2017-08-01 22:11:00 -04:00
parent be94c94309
commit 7cca53bcc5

View File

@@ -32,6 +32,11 @@ namespace Bit.App.Pages
Children.Add(vaultNavigation);
Children.Add(toolsNavigation);
Children.Add(settingsNavigation);
if(uri != null)
{
SelectedItem = vaultNavigation;
}
}
}
}