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

Commit f21ce967 authored by thiruram's avatar thiruram Committed by Thiru Ramasamy
Browse files

Fix invalid ID attached to DOZING_UPDATE_AUTH_TRIGGERED event.

Fixes: 173611754
Test: refactoring CL. Existing unit tests still pass.

Change-Id: I8047bf0a7778f651b0ff07288155e70209d050d8
parent 30ce5da1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ public class DozeTriggers implements DozeMachine.Part {
        DOZING_UPDATE_SENSOR_TAP(441),

        @UiEvent(doc = "Dozing updated because on display auth was triggered from AOD.")
        DOZING_UPDATE_AUTH_TRIGGERED(442);
        DOZING_UPDATE_AUTH_TRIGGERED(657);

        private final int mId;