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

Commit 7a38cf95 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Guard against NPE

Fixes: 153106423
Test: make
Change-Id: Ib50c7bc4985246d347859793ab1bf2a7a8a45016
parent fc294e86
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()