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

Commit 17ac8b48 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "Merge "LockIcon: update content description when config changes" into...

Merge "Merge "LockIcon: update content description when config changes" into oc-dr1-dev am: f7906863" into oc-mr1-dev
am: 98af408a

Change-Id: I6262012fab30014df890bc503adb2b3e04df7480
parents f7fe3fd8 98af408a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -332,6 +332,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL
        lp.width = getResources().getDimensionPixelSize(R.dimen.keyguard_affordance_width);
        lp.width = getResources().getDimensionPixelSize(R.dimen.keyguard_affordance_width);
        lp.height = getResources().getDimensionPixelSize(R.dimen.keyguard_affordance_height);
        lp.height = getResources().getDimensionPixelSize(R.dimen.keyguard_affordance_height);
        mLockIcon.setLayoutParams(lp);
        mLockIcon.setLayoutParams(lp);
        mLockIcon.setContentDescription(getContext().getText(R.string.accessibility_unlock_button));
        mLockIcon.update(true /* force */);
        mLockIcon.update(true /* force */);


        lp = mLeftAffordanceView.getLayoutParams();
        lp = mLeftAffordanceView.getLayoutParams();