mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Moving hotseat predictions to ModelDelegate
Bug: 160748731 Change-Id: I8db7856a17e0b6ca45b4d5ec3513f788f22db11a
This commit is contained in:
@@ -316,7 +316,13 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
LAUNCHER_NAVIGATION_MODE_GESTURE_BUTTON(625),
|
||||
|
||||
@UiEvent(doc = "User tapped on image content in Overview Select mode.")
|
||||
LAUNCHER_SELECT_MODE_IMAGE(627);
|
||||
LAUNCHER_SELECT_MODE_IMAGE(627),
|
||||
|
||||
@UiEvent(doc = "A folder was replaced by a single item")
|
||||
LAUNCHER_FOLDER_CONVERTED_TO_ICON(628),
|
||||
|
||||
@UiEvent(doc = "A hotseat prediction item was pinned")
|
||||
LAUNCHER_HOTSEAT_PREDICTION_PINNED(629);
|
||||
|
||||
// ADD MORE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user