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

Commit 3fbb7900 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

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

* commit '953e90d0':
  Midnight should mean midnight
parents ea0db58a 953e90d0
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);