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

Commit 56f53953 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't treat Recents as transient for all apps from overview." into udc-dev

parents bbb54462 632b313a
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();
            }