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

Commit a500cde8 authored by Becky Qiu's avatar Becky Qiu Committed by Android (Google) Code Review
Browse files

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

parents d6d0dc3c fa317f44
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;