mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
vault is default page when searching from autofill
This commit is contained in:
parent
be94c94309
commit
7cca53bcc5
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ namespace Bit.App.Pages
|
|||
Children.Add(vaultNavigation);
|
||||
Children.Add(toolsNavigation);
|
||||
Children.Add(settingsNavigation);
|
||||
|
||||
if(uri != null)
|
||||
{
|
||||
SelectedItem = vaultNavigation;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue