Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 632b313a authored by Andy Wickham's avatar Andy Wickham
Browse files

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
parent 5961d962
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -236,6 +236,9 @@ public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAn
                    homeIsOnTop = true;
                }
            }
            if (activityInterface.allowAllAppsFromOverview()) {
                homeIsOnTop = true;
            }
            if (!homeIsOnTop) {
                options.setTransientLaunch();
            }