1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 21:33:36 +00:00

needs migration flag

This commit is contained in:
Kyle Spearrin
2019-05-30 15:11:22 -04:00
parent c7b62c8551
commit 419cfceef1
4 changed files with 20 additions and 9 deletions

View File

@@ -24,6 +24,7 @@
public static string ClearClipboardKey = "clearClipboard";
public static string LastClipboardValueKey = "lastClipboardValue";
public static string LastBuildKey = "lastBuild";
public static string OldLastActivityKey = "other:lastActivityDate";
public const int SelectFileRequestCode = 42;
public const int SelectFilePermissionRequestCode = 43;
}