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

Commit b60206a5 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Make sure tap detector is valid before trying to initialize."

parents aa8b1c35 abaa4ad8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7400,10 +7400,12 @@ public class WindowManagerService extends IWindowManager.Stub
            if (displayContent != null) {
                mAnimator.addDisplayLocked(displayId);
                displayContent.initializeDisplayBaseInfo();
                if (displayContent.mTapDetector != null) {
                    displayContent.mTapDetector.init();
                }
            }
        }
    }

    public void systemReady() {
        mPolicy.systemReady();