remember if key signatures table has been initialized

This commit is contained in:
Vincent Breitmoser
2017-09-23 01:00:14 +02:00
parent 678a5c1562
commit a6f97cf46e
4 changed files with 28 additions and 2 deletions

View File

@@ -146,6 +146,8 @@ public final class Constants {
public static final String EXPERIMENTAL_SMARTPGP_VERIFY_AUTHORITY = "smartpgp_authorities_pref";
public static final String EXPERIMENTAL_SMARTPGP_AUTHORITIES = "smartpgp_authorities";
public static final String KEY_SIGNATURES_TABLE_INITIALIZED = "key_signatures_table_initialized";
public static final class Theme {
public static final String LIGHT = "light";
public static final String DARK = "dark";