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

Commit 66c275b8 authored by Becky Qiu's avatar Becky Qiu Committed by Automerger Merge Worker
Browse files

Merge "[Toast] Add a new type fields for user visible cold status." into tm-dev am: a500cde8

parents ae9ab8a8 a500cde8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -736,7 +736,8 @@ public class StatsLogManager implements ResourceBasedOverride {
            COLD(1),
            HOT(2),
            TIMEOUT(3),
            FAIL(4);
            FAIL(4),
            COLD_USERWAITING(5);

            private final int mId;