mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
disable background-checking code for now: make default be disabled and
remove Preference that allows to change it.
This commit is contained in:
parent
5a5c73916e
commit
b6dfa0be8b
2 changed files with 8 additions and 8 deletions
|
@ -158,13 +158,13 @@
|
|||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<org.eehouse.android.xw4.PollListPreference
|
||||
android:key="@string/key_connect_frequency"
|
||||
android:title="@string/connect_frequency"
|
||||
android:entries="@array/connect_frequencies"
|
||||
android:entryValues="@array/connect_frequencies_values"
|
||||
android:defaultValue="900"
|
||||
/>
|
||||
<!-- <org.eehouse.android.xw4.PollListPreference -->
|
||||
<!-- android:key="@string/key_connect_frequency" -->
|
||||
<!-- android:title="@string/connect_frequency" -->
|
||||
<!-- android:entries="@array/connect_frequencies" -->
|
||||
<!-- android:entryValues="@array/connect_frequencies_values" -->
|
||||
<!-- android:defaultValue="900" -->
|
||||
<!-- /> -->
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen android:title="@string/advanced"
|
||||
|
|
|
@ -199,7 +199,7 @@ public class CommonPrefs {
|
|||
try {
|
||||
return Long.parseLong( value );
|
||||
} catch ( Exception ex ) {
|
||||
return 25L;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue