mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-08 08:26:09 +00:00
Drop the newly integer preferences, it doesn't work very well with the interface
This commit is contained in:
parent
eed1c9ec45
commit
c30e7173ae
@ -57,7 +57,7 @@ public class GeneralSettingsActivity extends NrzSettingsActivity {
|
|||||||
|
|
||||||
// Bind our string preferences
|
// Bind our string preferences
|
||||||
NrzSettingsActivity._stringPrefs.add(new BindObjectPref("sync_frequency", "15"));
|
NrzSettingsActivity._stringPrefs.add(new BindObjectPref("sync_frequency", "15"));
|
||||||
NrzSettingsActivity._intPrefs.add(new BindObjectPref("sync_bulk_messages", -1));
|
NrzSettingsActivity._stringPrefs.add(new BindObjectPref("sync_bulk_messages", "-1"));
|
||||||
|
|
||||||
// Must be at the end, after preference bind
|
// Must be at the end, after preference bind
|
||||||
super.onPostCreate(savedInstanceState);
|
super.onPostCreate(savedInstanceState);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user