From 76e8876df2cae5e056f52ca3cdf1a097919599e9 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 19 Feb 2019 20:56:57 -0800 Subject: [PATCH] change key to force new value fixes what was probably a crash only for me, but.... --- .../app/src/main/java/org/eehouse/android/xw4/XWPrefs.java | 2 +- xwords4/android/app/src/main/res/values/common_rsrc.xml | 2 +- xwords4/android/app/src/main/res/xml/xwprefs.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/XWPrefs.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/XWPrefs.java index 1f1a1a2eb..1eca3e8d9 100644 --- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/XWPrefs.java +++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/XWPrefs.java @@ -152,7 +152,7 @@ public class XWPrefs { public static String getDefaultDictURL( Context context ) { - return getPrefsString( context, R.string.key_dict_host ); + return getPrefsString( context, R.string.key_dict_host4 ); } public static boolean getSquareTiles( Context context ) diff --git a/xwords4/android/app/src/main/res/values/common_rsrc.xml b/xwords4/android/app/src/main/res/values/common_rsrc.xml index 40d186f7e..083dee889 100644 --- a/xwords4/android/app/src/main/res/values/common_rsrc.xml +++ b/xwords4/android/app/src/main/res/values/common_rsrc.xml @@ -42,7 +42,7 @@ key_update_prerel key_proxy_port key_sms_port - key_dict_host4 + key_dict_host4 key_logging_on key_show_sms key_init_hintsallowed diff --git a/xwords4/android/app/src/main/res/xml/xwprefs.xml b/xwords4/android/app/src/main/res/xml/xwprefs.xml index 9045fe6b5..9ce53c5df 100644 --- a/xwords4/android/app/src/main/res/xml/xwprefs.xml +++ b/xwords4/android/app/src/main/res/xml/xwprefs.xml @@ -493,7 +493,7 @@ />