Merge "Reset cached values when reset divider position" into sc-v2-dev am: 6fbb385f24 am: 929a3921e6
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15746906 Change-Id: I3396f02a1cbc32cdf4f45600791391e741db6aa5
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user