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

Commit 9a01b621 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Toggling minimized state with overview moves divider to correct position" into oc-dev

am: 97578e31

Change-Id: I365b744b6d57ab1ca0d5b36db0fd3aae0da0bc0d
parents a0778857 97578e31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -767,7 +767,7 @@ public class DividerView extends FrameLayout implements OnTouchListener,
            mDockedStackMinimized = minimized;
        } else if (mDockedStackMinimized != minimized) {
            mIsInMinimizeInteraction = true;
            if (minimized) {
            if (minimized && (mCurrentAnimator == null || !mCurrentAnimator.isRunning())) {
                mDividerPositionBeforeMinimized = getCurrentPosition();
            }
            mMinimizedSnapAlgorithm = null;