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

Commit 2faf819d authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Fix no taskbar after predictive back-to-home interruption" into main

parents e501ebc9 c215f5ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@ public class HomeTransitionObserver implements TransitionObserver,
                if (Flags.migratePredictiveBackTransition()) {
                    final boolean gestureToHomeTransition = isBackGesture
                            && TransitionUtil.isClosingType(info.getType());
                    if (gestureToHomeTransition
                            || (!isBackGesture && TransitionUtil.isOpenOrCloseMode(mode))) {
                    if (gestureToHomeTransition || TransitionUtil.isClosingMode(mode)
                            || (!isBackGesture && TransitionUtil.isOpeningMode(mode))) {
                        notifyHomeVisibilityChanged(gestureToHomeTransition
                                || TransitionUtil.isOpeningType(mode));
                    }