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

Commit 0595a585 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: I73c40d9c7bbe6f891736461921a03b6292d44bf9
parents 7ebc3308 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()