Fix touch exclude region for divider handle
Bug: 27854148 Change-Id: I93421d07b2be29846be4748a3be3b89b9b465613
This commit is contained in:
@@ -429,6 +429,7 @@ class DisplayContent {
|
||||
}
|
||||
if (getDockedStackVisibleForUserLocked() != null) {
|
||||
mDividerControllerLocked.getTouchRegion(mTmpRect);
|
||||
mTmpRegion.set(mTmpRect);
|
||||
mTouchExcludeRegion.op(mTmpRegion, Op.UNION);
|
||||
}
|
||||
if (mTapDetector != null) {
|
||||
|
||||
Reference in New Issue
Block a user