mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Enable logging for 'Themed icons' setting.
Eldar: http://eldar/510864786 Bug: 191161241 Test: local - http://gpaste/5934701681311744 & http://gpaste/6715297709948928 Change-Id: I18ad97f68b372997e222f06dabf8bbe83f15d92f
This commit is contained in:
@@ -473,7 +473,13 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
LAUNCHER_WIDGET_RESIZE_COMPLETED(824),
|
||||
|
||||
@UiEvent(doc = "User reconfigured a widget on their home screen.")
|
||||
LAUNCHER_WIDGET_RECONFIGURED(821)
|
||||
LAUNCHER_WIDGET_RECONFIGURED(821),
|
||||
|
||||
@UiEvent(doc = "User enabled themed icons option in wallpaper & style settings.")
|
||||
LAUNCHER_THEMED_ICON_ENABLED(836),
|
||||
|
||||
@UiEvent(doc = "User disabled themed icons option in wallpaper & style settings.")
|
||||
LAUNCHER_THEMED_ICON_DISABLED(837)
|
||||
;
|
||||
|
||||
// ADD MORE
|
||||
|
||||
Reference in New Issue
Block a user