1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 23:03:23 +00:00

remove my vault as default page options

This commit is contained in:
Kyle Spearrin
2017-12-20 00:11:15 -05:00
parent b6a4efa7ba
commit a4a93f0999
11 changed files with 7 additions and 87 deletions

View File

@@ -250,7 +250,7 @@ namespace Bit.Android
var options = new AppOptions
{
Uri = Intent.GetStringExtra("uri") ?? Intent.GetStringExtra("autofillFrameworkUri"),
MyVault = Intent.GetBooleanExtra("myVaultTile", false),
MyVaultTile = Intent.GetBooleanExtra("myVaultTile", false),
FromAutofillFramework = Intent.GetBooleanExtra("autofillFramework", false)
};