mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
[AA+] Add LAUNCHER_ALLAPPS_KEYBOARD_CLOSED event.
Also adds Launcher.allAppsLogger method to simplify AllApps specific user events logging. Bug: 178562918 Change-Id: I57520fe1504079091f0ff2c4c74268f727ffe14f
This commit is contained in:
@@ -350,6 +350,9 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
|
||||
@UiEvent(doc = "Launcher exited from AllApps state.")
|
||||
LAUNCHER_ALLAPPS_EXIT(693),
|
||||
|
||||
@UiEvent(doc = "User closed the AllApps keyboard.")
|
||||
LAUNCHER_ALLAPPS_KEYBOARD_CLOSED(694),
|
||||
;
|
||||
|
||||
// ADD MORE
|
||||
|
||||
Reference in New Issue
Block a user