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

Commit a8944804 authored by Will Brockman's avatar Will Brockman Committed by Automerger Merge Worker
Browse files

Merge "Fix UIEvent ID collision." into rvc-dev am: c92f717d am: 03cd85ca am: 7886dfec

Change-Id: I53d2a6781e250528ca60b53e4022d416b32d2ab0
parents e5cd7545 7886dfec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ public class Events {
        @UiEvent(doc = "The ringer mode was toggled to vibrate")
        RINGER_MODE_VIBRATE(155),
        @UiEvent(doc = "The ringer mode was toggled to normal")
        RINGER_MODE_NORMAL(156),
        RINGER_MODE_NORMAL(334),
        @UiEvent(doc = "USB Overheat alarm was raised")
        USB_OVERHEAT_ALARM(160),
        @UiEvent(doc = "USB Overheat alarm was dismissed")
@@ -293,7 +293,7 @@ public class Events {
    public enum ZenModeEvent implements UiEventLogger.UiEventEnum {
        INVALID(0),
        @UiEvent(doc = "Zen (do not disturb) mode was toggled to off")
        ZEN_MODE_OFF(156),
        ZEN_MODE_OFF(335),
        @UiEvent(doc = "Zen (do not disturb) mode was toggled to important interruptions only")
        ZEN_MODE_IMPORTANT_ONLY(157),
        @UiEvent(doc = "Zen (do not disturb) mode was toggled to alarms only")