mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-21 05:13:27 +00:00
set default minimumCharsForSync to zero atm to restore app sync function
This commit is contained in:
@@ -2,7 +2,7 @@ package fr.unix_experience.owncloud_sms.defines;
|
||||
|
||||
public class DefaultPrefs {
|
||||
public final static Integer syncInterval = 15;
|
||||
public final static Integer minimumCharsForSync = 6;
|
||||
public final static Integer minimumCharsForSync = 0;
|
||||
public final static Boolean pushOnReceive = true;
|
||||
|
||||
public final static Boolean syncWifi = true;
|
||||
|
||||
Reference in New Issue
Block a user