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

set default minimumCharsForSync to zero atm to restore app sync function

This commit is contained in:
Loic Blot
2016-10-07 08:43:14 +02:00
parent 523a78c029
commit d598602cba
2 changed files with 2 additions and 2 deletions
@@ -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;