diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index bfbd660cac..6df9aab273 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java @@ -1663,7 +1663,8 @@ public class Launcher extends StatefulActivity if (isActionMain) { if (!internalStateHandled) { // In all these cases, only animate if we're already on home - closeOpenViews(isStarted()); + AbstractFloatingView.closeAllOpenViewsExcept( + this, isStarted(), AbstractFloatingView.TYPE_LISTENER); if (!isInState(NORMAL)) { // Only change state, if not already the same. This prevents cancelling any