Use constants for "rtl" and "contextualArabic" preferences

This commit is contained in:
cpfeiffer
2018-09-05 21:32:06 +02:00
parent bd162f6319
commit 4f7e5b256a
4 changed files with 10 additions and 7 deletions
@@ -32,6 +32,8 @@ public class GBPrefs {
private static final boolean AUTO_START_DEFAULT = true;
private static final String BG_JS_ENABLED = "pebble_enable_background_javascript";
private static final boolean BG_JS_ENABLED_DEFAULT = false;
public static final String RTL_SUPPORT = "rtl";
public static final String RTL_CONTEXTUAL_ARABIC = "contextualArabic";
public static boolean AUTO_RECONNECT_DEFAULT = true;
public static final String USER_NAME = "mi_user_alias";