Loading src/com/android/launcher3/Launcher.java +2 −1 Original line number Diff line number Diff line Loading @@ -1663,7 +1663,8 @@ public class Launcher extends StatefulActivity<LauncherState> 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 Loading Loading
src/com/android/launcher3/Launcher.java +2 −1 Original line number Diff line number Diff line Loading @@ -1663,7 +1663,8 @@ public class Launcher extends StatefulActivity<LauncherState> 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 Loading