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

Commit 53ed87ac 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 am: 3eeab963

Change-Id: Ida1d813b992081fe218612c02651d9ad0bc8019e
parents 7c3e14c2 3eeab963
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);
    }