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

autofill not enabled prompt if migrated

This commit is contained in:
Kyle Spearrin
2019-06-04 10:51:10 -04:00
parent f856e559a2
commit 0a664c47b7
5 changed files with 38 additions and 3 deletions

View File

@@ -28,6 +28,8 @@
public static string LastBuildKey = "lastBuild";
public static string OldUserIdKey = "userId";
public static string AddSitePromptShownKey = "addSitePromptShown";
public static string MigratedFromV1 = "migratedFromV1";
public static string MigratedFromV1AutofillPromptShown = "migratedV1AutofillPromptShown";
public const int SelectFileRequestCode = 42;
public const int SelectFilePermissionRequestCode = 43;
}