mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
[Toast] Add a new type fields for user visible cold status.
Bug: 235249335 Test: manual Change-Id: I58eee38e740e746e8a3d6065d4ef57cc5569a837
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user