Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +3 −1 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +3 −1 Original line number Diff line number Diff line Loading @@ -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() Loading