Fixed keeping messages

This commit is contained in:
M66B 2018-11-14 14:24:32 +01:00
parent 4f605f35a0
commit 560eb1204b
1 changed files with 1 additions and 1 deletions

View File

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