1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 07:13:33 +00:00

update tasks and sync on app start

This commit is contained in:
Kyle Spearrin
2019-05-30 14:13:02 -04:00
parent dc7b37c8f2
commit 6d51864873
7 changed files with 98 additions and 4 deletions

View File

@@ -23,6 +23,7 @@
public static string ThemeKey = "theme";
public static string ClearClipboardKey = "clearClipboard";
public static string LastClipboardValueKey = "lastClipboardValue";
public static string LastBuildKey = "lastBuild";
public const int SelectFileRequestCode = 42;
public const int SelectFilePermissionRequestCode = 43;
}