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

Commit 2cfc46c9 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in DisplayContent.setTouchExcludeRegion."

parents 461e4d3b 1bef389f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -241,8 +241,10 @@ class DisplayContent {
                mTouchExcludeRegion.op(mTmpRect, Region.Op.DIFFERENCE);
            }
        }
        if (mTapDetector != null) {
            mTapDetector.setTouchExcludeRegion(mTouchExcludeRegion);
        }
    }

    void switchUserStacks() {
        final WindowList windows = getWindowList();