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

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

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

Change-Id: If80ba637ab99f2c298865bce7c4317adb46d6f7d
parents 56cb5bf9 54225dfc
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()