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

Commit 95a36d79 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...

Merge "Toggling minimized state with overview moves divider to correct position" into oc-dev am: 97578e31
am: 9a01b621

Change-Id: I28ae9d020e4f479336191202069bfba1810382ff
parents 1fd15f15 9a01b621
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;