Fixed keeping messages

pull/146/head
M66B 7 years ago
parent 4f605f35a0
commit 560eb1204b

@ -1681,7 +1681,7 @@ public class ServiceSynchronize extends LifecycleService {
if (sync < 0) if (sync < 0)
sync = 0; sync = 0;
long keep = cal_sync.getTimeInMillis(); long keep = cal_keep.getTimeInMillis();
if (keep < 0) if (keep < 0)
keep = 0; keep = 0;

Loading…
Cancel
Save