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

Commit 07e4c420 authored by Mady Mellor's avatar Mady Mellor Committed by Automerger Merge Worker
Browse files

Merge "Clear out mTempRect before getting touchable region." into rvc-dev am:...

Merge "Clear out mTempRect before getting touchable region." into rvc-dev am: 6efab8db am: 9e6f9b7a

Change-Id: Ie3032521a743170147570d288c46b5464e88ccad
parents a8bd2d02 9e6f9b7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1055,6 +1055,7 @@ public class BubbleStackView extends FrameLayout
    public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo) {
        inoutInfo.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);

        mTempRect.setEmpty();
        getTouchableRegion(mTempRect);
        inoutInfo.touchableRegion.set(mTempRect);
    }