mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Fix double logging for wallpaper settings icon activation
Bug: 137957099 Change-Id: Id95fa026c1e6f177ffbb03e99cc18ef03e9a37b5
This commit is contained in:
@@ -38,6 +38,9 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
}
|
||||
|
||||
public enum LauncherEvent implements EventEnum {
|
||||
/* Used to prevent double logging. */
|
||||
IGNORE(-1),
|
||||
|
||||
@UiEvent(doc = "App launched from workspace, hotseat or folder in launcher")
|
||||
LAUNCHER_APP_LAUNCH_TAP(338),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user