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

Commit ef92186d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix broken lock screen affordances"

parents 7d670b4f 9ef73073
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -256,6 +256,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL
    @Override
    protected void onAttachedToWindow() {
        super.onAttachedToWindow();
        mAccessibilityController.addStateChangedCallback(this);
        PluginManager.getInstance(getContext()).addPluginListener(RIGHT_BUTTON_PLUGIN,
                mRightListener, IntentButtonProvider.VERSION, false /* Only allow one */);
        PluginManager.getInstance(getContext()).addPluginListener(LEFT_BUTTON_PLUGIN,
@@ -267,6 +268,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL
    @Override
    protected void onDetachedFromWindow() {
        super.onDetachedFromWindow();
        mAccessibilityController.removeStateChangedCallback(this);
        PluginManager.getInstance(getContext()).removePluginListener(mRightListener);
        PluginManager.getInstance(getContext()).removePluginListener(mLeftListener);
        TunerService.get(getContext()).removeTunable(this);