mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Fixes invalid ids for UiEvents: LAUNCHER_FOLDER_CONVERTED_TO_ICON, LAUNCHER_HOTSEAT_PREDICTION_PINNED
Bug: 169100235 Change-Id: I1cae4e61b97947c5a7e56daeaccac0ece55f021c
This commit is contained in:
@@ -297,12 +297,6 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
@UiEvent(doc = "User tapped on image content in Overview Select mode.")
|
||||
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),
|
||||
|
||||
@UiEvent(doc = "Activity to add external item was started")
|
||||
LAUNCHER_ADD_EXTERNAL_ITEM_START(641),
|
||||
|
||||
@@ -318,6 +312,12 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
@UiEvent(doc = "Item was dragged in external item addition flow")
|
||||
LAUNCHER_ADD_EXTERNAL_ITEM_DRAGGED(645),
|
||||
|
||||
@UiEvent(doc = "A folder was replaced by a single item")
|
||||
LAUNCHER_FOLDER_CONVERTED_TO_ICON(646),
|
||||
|
||||
@UiEvent(doc = "A hotseat prediction item was pinned")
|
||||
LAUNCHER_HOTSEAT_PREDICTION_PINNED(647),
|
||||
|
||||
@UiEvent(doc = "Undo event was tapped.")
|
||||
LAUNCHER_UNDO(648),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user