summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adrian Roos <roosa@google.com> 2017-07-06 16:16:58 +0000
committer android-build-merger <android-build-merger@google.com> 2017-07-06 16:16:58 +0000
commit31aebacef1d1db41fdf3fbcdfcb643bf5204d8e2 (patch)
tree41ca76ea699e09d528d63e88bff62425ff6b1453
parent46c560fe9dc367c8f94400754143c4e05ae61c5a (diff)
parentc3fef742c06bc9ea27f79090301d10879d655538 (diff)
Merge "LockIcon: Initialize mAccessibilityController" into oc-dr1-dev
am: c3fef742c0 Change-Id: If13721952bf6651b87e13567067a241b1e7b3c95
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java
index a4dfcd87f955..e9aa6d2e6b0b 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java
@@ -254,6 +254,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL
mFlashlightController = Dependency.get(FlashlightController.class);
mAccessibilityController = Dependency.get(AccessibilityController.class);
mAssistManager = Dependency.get(AssistManager.class);
+ mLockIcon.setAccessibilityController(mAccessibilityController);
updateLeftAffordance();
}