Loading src/com/android/launcher3/Launcher.java +1 −3 Original line number Diff line number Diff line Loading @@ -1189,6 +1189,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche mOverlayManager.onActivityResumed(this); } AbstractFloatingView.closeOpenViews(this, false, TYPE_ALL & ~TYPE_REBIND_SAFE); TraceHelper.INSTANCE.endSection(traceToken); } Loading Loading @@ -1692,9 +1693,6 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche outState.remove(RUNTIME_STATE_WIDGET_PANEL); } // We close any open folders and shortcut containers that are not safe for rebind, // and we need to make sure this state is reflected. AbstractFloatingView.closeOpenViews(this, false, TYPE_ALL & ~TYPE_REBIND_SAFE); finishAutoCancelActionMode(); if (mPendingRequestArgs != null) { Loading Loading
src/com/android/launcher3/Launcher.java +1 −3 Original line number Diff line number Diff line Loading @@ -1189,6 +1189,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche mOverlayManager.onActivityResumed(this); } AbstractFloatingView.closeOpenViews(this, false, TYPE_ALL & ~TYPE_REBIND_SAFE); TraceHelper.INSTANCE.endSection(traceToken); } Loading Loading @@ -1692,9 +1693,6 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche outState.remove(RUNTIME_STATE_WIDGET_PANEL); } // We close any open folders and shortcut containers that are not safe for rebind, // and we need to make sure this state is reflected. AbstractFloatingView.closeOpenViews(this, false, TYPE_ALL & ~TYPE_REBIND_SAFE); finishAutoCancelActionMode(); if (mPendingRequestArgs != null) { Loading