Fixed relative time / all days again

pull/214/head
M66B 2 years ago
parent 7509e51f37
commit 1f098a9303

@ -523,6 +523,9 @@ public class EntityRule {
if (cal_start.getTimeInMillis() > cal_end.getTimeInMillis())
if (all)
if (cal_end.getTimeInMillis() < message.received)
cal_end.add(Calendar.DATE, 1);
else
cal_start.add(Calendar.DATE, -1);
else
cal_start.add(Calendar.HOUR_OF_DAY, -7 * 24);

Loading…
Cancel
Save