1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-01 08:03:37 +00:00

triedV1ReSync check

This commit is contained in:
Kyle Spearrin
2019-06-04 23:39:58 -04:00
parent db10fee207
commit 1ef086a02c
3 changed files with 8 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
public static string AddSitePromptShownKey = "addSitePromptShown";
public static string MigratedFromV1 = "migratedFromV1";
public static string MigratedFromV1AutofillPromptShown = "migratedV1AutofillPromptShown";
public static string TriedV1Resync = "triedV1Resync";
public const int SelectFileRequestCode = 42;
public const int SelectFilePermissionRequestCode = 43;
}