change key to force new value

fixes what was probably a crash only for me, but....
This commit is contained in:
Eric House 2019-02-19 20:56:57 -08:00
parent 68db5145ec
commit 76e8876df2
3 changed files with 3 additions and 3 deletions

View file

@ -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 )

View file

@ -42,7 +42,7 @@
<string name="key_update_prerel">key_update_prerel</string>
<string name="key_proxy_port">key_proxy_port</string>
<string name="key_sms_port">key_sms_port</string>
<string name="key_dict_host">key_dict_host4</string>
<string name="key_dict_host4">key_dict_host4</string>
<string name="key_logging_on">key_logging_on</string>
<string name="key_show_sms">key_show_sms</string>
<string name="key_init_hintsallowed">key_init_hintsallowed</string>

View file

@ -493,7 +493,7 @@
/>
<org.eehouse.android.xw4.XWEditTextPreference
android:key="@string/key_dict_host"
android:key="@string/key_dict_host4"
android:title="@string/dict_host"
android:defaultValue="@string/dict_url"
/>