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

Commit 00bb0bcd authored by Adrian Roos's avatar Adrian Roos
Browse files

AOD: Fix mistaken fall-through in switch statement

Bug: 36781008
Test: Trigger AOD2, observe that SysUI does not crash after.
Change-Id: I187bd01bf32ae2d8e9bdca50209e9639f760b59d
parent 0bcbe90c
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;