Loading quickstep/src/com/android/quickstep/TaskAnimationManager.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -236,6 +236,9 @@ public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAn homeIsOnTop = true; homeIsOnTop = true; } } } } if (activityInterface.allowAllAppsFromOverview()) { homeIsOnTop = true; } if (!homeIsOnTop) { if (!homeIsOnTop) { options.setTransientLaunch(); options.setTransientLaunch(); } } Loading Loading
quickstep/src/com/android/quickstep/TaskAnimationManager.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -236,6 +236,9 @@ public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAn homeIsOnTop = true; homeIsOnTop = true; } } } } if (activityInterface.allowAllAppsFromOverview()) { homeIsOnTop = true; } if (!homeIsOnTop) { if (!homeIsOnTop) { options.setTransientLaunch(); options.setTransientLaunch(); } } Loading