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

Commit e2ad62f7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Let the clock be updated in real time during the pulse"

parents 4fd1f355 25c05497
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -124,6 +124,7 @@ public class DozeUi implements DozeMachine.Part {
                unscheduleTimeTick();
                unscheduleTimeTick();
                break;
                break;
            case DOZE_REQUEST_PULSE:
            case DOZE_REQUEST_PULSE:
                scheduleTimeTick();
                pulseWhileDozing(mMachine.getPulseReason());
                pulseWhileDozing(mMachine.getPulseReason());
                break;
                break;
            case INITIALIZED:
            case INITIALIZED: