1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-10 01:08:23 +02: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;
}
}
}
}