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

Commit 108ddae7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Guard against NPE" into rvc-dev am: 54225dfc am: bc51daca

Change-Id: Ia50296cc7303662115f12d18be9ac6b830859de4
parents 4ca111e9 bc51daca
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()