1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 05:43:30 +00:00

migration flag fix

This commit is contained in:
Kyle Spearrin
2019-06-01 00:42:26 -04:00
parent 638de90cc4
commit 50f71e7280
2 changed files with 3 additions and 3 deletions

View File

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