1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-22 22:03:10 +00:00

Refactor and fix a problem when changing preferences.

Prepare a new setting to send bulk messages with a message limit
This commit is contained in:
Loic Blot
2015-11-04 00:32:12 +01:00
parent 9d61d6c732
commit c72a897f81
10 changed files with 79 additions and 8 deletions
@@ -66,4 +66,8 @@ public class OCSMSSharedPrefs extends SharedPrefs {
public Boolean syncInOtherModes() {
return _sPrefs.getBoolean("sync_others", DefaultPrefs.syncOthers);
}
public Integer getSyncBulkLimit() {
return _sPrefs.getInt("sync_bulk_messages", -1);
}
}