Loading src/com/android/launcher3/Launcher.java +2 −5 Original line number Diff line number Diff line Loading @@ -905,7 +905,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche } else { mOverlayManager.onActivityStopped(this); } hideKeyboard(); logStopAndResume(false /* isResume */); mAppWidgetHost.setActivityStarted(false); NotificationListener.removeNotificationsChangedListener(); Loading Loading @@ -1459,7 +1459,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche && AbstractFloatingView.getTopOpenView(this) == null; boolean isActionMain = Intent.ACTION_MAIN.equals(intent.getAction()); boolean internalStateHandled = ACTIVITY_TRACKER.handleNewIntent(this, intent); hideKeyboard(); if (isActionMain) { if (!internalStateHandled) { // In all these cases, only animate if we're already on home Loading @@ -1481,9 +1481,6 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche } } // Handle HOME_INTENT hideKeyboard(); if (mLauncherCallbacks != null) { mLauncherCallbacks.onHomeIntent(internalStateHandled); } Loading Loading
src/com/android/launcher3/Launcher.java +2 −5 Original line number Diff line number Diff line Loading @@ -905,7 +905,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche } else { mOverlayManager.onActivityStopped(this); } hideKeyboard(); logStopAndResume(false /* isResume */); mAppWidgetHost.setActivityStarted(false); NotificationListener.removeNotificationsChangedListener(); Loading Loading @@ -1459,7 +1459,7 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche && AbstractFloatingView.getTopOpenView(this) == null; boolean isActionMain = Intent.ACTION_MAIN.equals(intent.getAction()); boolean internalStateHandled = ACTIVITY_TRACKER.handleNewIntent(this, intent); hideKeyboard(); if (isActionMain) { if (!internalStateHandled) { // In all these cases, only animate if we're already on home Loading @@ -1481,9 +1481,6 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche } } // Handle HOME_INTENT hideKeyboard(); if (mLauncherCallbacks != null) { mLauncherCallbacks.onHomeIntent(internalStateHandled); } Loading