Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -203,9 +203,11 @@ public class KeyguardBouncer { Log.wtf(TAG, "onFullyShown when view was null"); Log.wtf(TAG, "onFullyShown when view was null"); } else { } else { mKeyguardView.onResume(); mKeyguardView.onResume(); if (mRoot != null) { mRoot.announceForAccessibility(mKeyguardView.getAccessibilityTitleForCurrentMode()); mRoot.announceForAccessibility(mKeyguardView.getAccessibilityTitleForCurrentMode()); } } } } } /** /** * @see #onFullyShown() * @see #onFullyShown() Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -203,9 +203,11 @@ public class KeyguardBouncer { Log.wtf(TAG, "onFullyShown when view was null"); Log.wtf(TAG, "onFullyShown when view was null"); } else { } else { mKeyguardView.onResume(); mKeyguardView.onResume(); if (mRoot != null) { mRoot.announceForAccessibility(mKeyguardView.getAccessibilityTitleForCurrentMode()); mRoot.announceForAccessibility(mKeyguardView.getAccessibilityTitleForCurrentMode()); } } } } } /** /** * @see #onFullyShown() * @see #onFullyShown() Loading