mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-11 16:32:53 +00:00
Drop the newly integer preferences, it doesn't work very well with the interface
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ public class GeneralSettingsActivity extends NrzSettingsActivity {
|
||||
|
||||
// Bind our string preferences
|
||||
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
|
||||
super.onPostCreate(savedInstanceState);
|
||||
|
||||
Reference in New Issue
Block a user