Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e61fba6 authored by Jon Miranda's avatar Jon Miranda
Browse files

Log when users exit Overview mode by tapping on the Workspace.

Bug: 31779207
Change-Id: Ia57e27d392831686c5837b33a243b72c1418782a
parent e05b08f7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2272,6 +2272,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;