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

Commit 39cbf97f authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Update window threshold in both directions" into rvc-dev

parents e19a23a7 7d020f7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -588,7 +588,7 @@ public class LauncherSwipeHandler<T extends BaseDraggingActivity>
            // We will handle the sysui flags based on the centermost task view.
            if (mRecentsAnimationController != null) {
                mRecentsAnimationController.setWindowThresholdCrossed(centermostTaskFlags != 0
                        || useHomeScreenFlags);
                        && useHomeScreenFlags);
            }
            int sysuiFlags = useHomeScreenFlags ? 0 : centermostTaskFlags;
            mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, sysuiFlags);