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

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

Merge "AOD: Fix mistaken fall-through in switch statement"

parents fcab4e79 00bb0bcd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ public class DozeUi implements DozeMachine.Part {
                break;
            case DOZE_PULSE_DONE:
                mHost.abortPulsing();
                break;
            case INITIALIZED:
                mHost.startDozing();
                break;