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

Commit f045ec4d authored by Ikram Gabiyev's avatar Ikram Gabiyev Committed by Android (Google) Code Review
Browse files

Merge "Revert "Fix an issue where swiping up on the bubble bar would take you home"" into main

parents 7cfe707c ceca3597
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1028,8 +1028,7 @@ public class RecentsTransitionHandler implements Transitions.TransitionHandler,
                        && taskInfo.configuration.windowConfiguration.isAlwaysOnTop()) {
                    // Tasks that are always on top (e.g. bubbles), will handle their own transition
                    // as they are on top of everything else. So cancel the merge here.
                    cancel(false /* toHome */, false /* withScreenshots */,
                            "task #" + taskInfo.taskId + " is always_on_top");
                    cancel("task #" + taskInfo.taskId + " is always_on_top");
                    return;
                }
                if (TransitionUtil.isClosingType(change.getMode())