mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Log when users exit Overview mode by tapping on the Workspace." into ub-launcher3-dorval
This commit is contained in:
committed by
Android (Google) Code Review
commit
7ef804c917
@@ -2270,6 +2270,9 @@ public class Launcher extends BaseActivity
|
||||
|
||||
if (v instanceof Workspace) {
|
||||
if (mWorkspace.isInOverviewMode()) {
|
||||
getUserEventDispatcher().logActionOnContainer(LauncherLogProto.Action.Type.TOUCH,
|
||||
LauncherLogProto.Action.Direction.NONE,
|
||||
LauncherLogProto.ContainerType.OVERVIEW, mWorkspace.getCurrentPage());
|
||||
showWorkspace(true);
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user