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

Commit a3cc5939 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: 108ddae7

Change-Id: Ib73e27eba46c07753b624e270bd5f0d52ad6d8cc
parents 0a46e79b 108ddae7
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()