1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

Drop the newly integer preferences, it doesn't work very well with the interface

This commit is contained in:
Loic Blot 2015-11-04 00:50:12 +01:00
parent eed1c9ec45
commit c30e7173ae

View File

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