Loading src/com/android/launcher3/Launcher.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/com/android/launcher3/Launcher.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading