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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user