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

Commit 3eeab963 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 am: 07e4c420

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


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