Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 953e90d0 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am f246b484: am 99391361: Merge "Midnight should mean midnight" into lmp-mr1-dev

* commit 'f246b484':
  Midnight should mean midnight
parents 42b678b3 f246b484
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class MountServiceIdler extends JobService {
    private static Calendar tomorrowMidnight() {
        Calendar calendar = Calendar.getInstance();
        calendar.setTimeInMillis(System.currentTimeMillis());
        calendar.set(Calendar.HOUR, 0);
        calendar.set(Calendar.HOUR_OF_DAY, 0);
        calendar.set(Calendar.MINUTE, 0);
        calendar.set(Calendar.SECOND, 0);
        calendar.set(Calendar.MILLISECOND, 0);