Don't treat Recents as transient for all apps from overview.

This effectively means the active app is paused as soon as you
start going to Recents, which allows us to control the IME for
the transition to all apps.

Bug: 275132633
Test: Manual
Flag: ENABLE_ALL_APPS_FROM_OVERVIEW
Change-Id: Ie3edaf8b6c36e50071de4692c0c8c45e7e393833
This commit is contained in:
Andy Wickham
2023-05-02 16:07:17 -07:00
parent 5961d96235
commit 632b313a7e
@@ -236,6 +236,9 @@ public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAn
homeIsOnTop = true;
}
}
if (activityInterface.allowAllAppsFromOverview()) {
homeIsOnTop = true;
}
if (!homeIsOnTop) {
options.setTransientLaunch();
}