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

Commit 83c60c0c authored by Adrian Roos's avatar Adrian Roos
Browse files

LockIcon: Initialize mAccessibilityController

Otherwise updating the clickability never happens.

Change-Id: I8a7ec61b25b0862de8cb0122017cf4064b20bcb3
Fixes: 62695092
Test: Disable security. Click on lock icon. Ensure it shows the unlock hint, and does not show that the device has been locked.
parent 1d8d34fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -254,6 +254,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL
        mFlashlightController = Dependency.get(FlashlightController.class);
        mFlashlightController = Dependency.get(FlashlightController.class);
        mAccessibilityController = Dependency.get(AccessibilityController.class);
        mAccessibilityController = Dependency.get(AccessibilityController.class);
        mAssistManager = Dependency.get(AssistManager.class);
        mAssistManager = Dependency.get(AssistManager.class);
        mLockIcon.setAccessibilityController(mAccessibilityController);
        updateLeftAffordance();
        updateLeftAffordance();
    }
    }