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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user