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

Commit 54225dfc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Guard against NPE" into rvc-dev

parents 995870ac 7a38cf95
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -203,9 +203,11 @@ public class KeyguardBouncer {
            Log.wtf(TAG, "onFullyShown when view was null");
        } else {
            mKeyguardView.onResume();
            if (mRoot != null) {
                mRoot.announceForAccessibility(mKeyguardView.getAccessibilityTitleForCurrentMode());
            }
        }
    }

    /**
     * @see #onFullyShown()