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

Commit 31aebace authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "LockIcon: Initialize mAccessibilityController" into oc-dr1-dev

am: c3fef742

Change-Id: If13721952bf6651b87e13567067a241b1e7b3c95
parents 46c560fe c3fef742
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
    }