Loading src/com/android/launcher3/Launcher.java +7 −1 Original line number Diff line number Diff line Loading @@ -1080,7 +1080,13 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche // Making sure mAllAppsSessionLogId is not null to avoid double logging. && mAllAppsSessionLogId != null) { getAppsView().getSearchUiManager().resetSearch(); getStatsLogManager().logger().log(LAUNCHER_ALLAPPS_EXIT); getStatsLogManager().logger() .withContainerInfo(LauncherAtom.ContainerInfo.newBuilder() .setWorkspace( LauncherAtom.WorkspaceContainer.newBuilder() .setPageIndex(getWorkspace().getCurrentPage())) .build()) .log(LAUNCHER_ALLAPPS_EXIT); mAllAppsSessionLogId = null; } } Loading Loading
src/com/android/launcher3/Launcher.java +7 −1 Original line number Diff line number Diff line Loading @@ -1080,7 +1080,13 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche // Making sure mAllAppsSessionLogId is not null to avoid double logging. && mAllAppsSessionLogId != null) { getAppsView().getSearchUiManager().resetSearch(); getStatsLogManager().logger().log(LAUNCHER_ALLAPPS_EXIT); getStatsLogManager().logger() .withContainerInfo(LauncherAtom.ContainerInfo.newBuilder() .setWorkspace( LauncherAtom.WorkspaceContainer.newBuilder() .setPageIndex(getWorkspace().getCurrentPage())) .build()) .log(LAUNCHER_ALLAPPS_EXIT); mAllAppsSessionLogId = null; } } Loading