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

Commit 249995cc authored by Tony Huang's avatar Tony Huang Committed by Automerger Merge Worker
Browse files

Merge "Reset cached values when reset divider position" into sc-v2-dev am:...

Merge "Reset cached values when reset divider position" into sc-v2-dev am: 6fbb385f am: 929a3921

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15746906

Change-Id: I3396f02a1cbc32cdf4f45600791391e741db6aa5
parents acbdd289 929a3921
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -305,6 +305,10 @@ public final class SplitLayout implements DisplayInsetsController.OnInsetsChange
        mDividePosition = mDividerSnapAlgorithm.getMiddleTarget().position;
        mSplitWindowManager.setResizingSplits(false);
        updateBounds(mDividePosition);
        mWinToken1 = null;
        mWinToken2 = null;
        mWinBounds1.setEmpty();
        mWinBounds2.setEmpty();
    }

    /**