mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Log grid size change
Test: manually make sure that the correct path is fired Fixes: 173481818 Change-Id: I7dc2143eb9c0527287398590d46fc2408bc47e44
This commit is contained in:
@@ -332,6 +332,18 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
|
||||
@UiEvent(doc = "Notification dismissed by swiping right.")
|
||||
LAUNCHER_NOTIFICATION_DISMISSED(652),
|
||||
|
||||
@UiEvent(doc = "Current grid size is changed to 5.")
|
||||
LAUNCHER_GRID_SIZE_5(662),
|
||||
|
||||
@UiEvent(doc = "Current grid size is changed to 4.")
|
||||
LAUNCHER_GRID_SIZE_4(663),
|
||||
|
||||
@UiEvent(doc = "Current grid size is changed to 3.")
|
||||
LAUNCHER_GRID_SIZE_3(664),
|
||||
|
||||
@UiEvent(doc = "Current grid size is changed to 2.")
|
||||
LAUNCHER_GRID_SIZE_2(665),
|
||||
;
|
||||
|
||||
// ADD MORE
|
||||
|
||||
Reference in New Issue
Block a user