Merge "Log when users exit Overview mode by tapping on the Workspace." into ub-launcher3-dorval

This commit is contained in:
TreeHugger Robot
2017-03-28 19:00:58 +00:00
committed by Android (Google) Code Review

View File

@@ -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;