Fixed too long ago

Fixes #37
pull/50/head
M66B 7 years ago
parent 63f52efd09
commit 4d17841c38

@ -1129,6 +1129,9 @@ public class ServiceSynchronize extends LifecycleService {
cal.set(Calendar.MILLISECOND, 0);
long ago = cal.getTimeInMillis();
if (ago < 0)
ago = 0;
Log.i(Helper.TAG, folder.name + " ago=" + new Date(ago));
// Delete old local messages

Loading…
Cancel
Save