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

Commit 7456c87b 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 am: 92bc38b4

Change-Id: Ie7a2035b11d9bf31d1ef5c90add9eadd3bd905a3
parents f71fafb2 92bc38b4
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()