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

Commit 7f19cb87 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix touch exclude region for divider handle

Bug: 27854148
Change-Id: I93421d07b2be29846be4748a3be3b89b9b465613
parent 49f87a6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -429,6 +429,7 @@ class DisplayContent {
        }
        if (getDockedStackVisibleForUserLocked() != null) {
            mDividerControllerLocked.getTouchRegion(mTmpRect);
            mTmpRegion.set(mTmpRect);
            mTouchExcludeRegion.op(mTmpRegion, Op.UNION);
        }
        if (mTapDetector != null) {