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

Commit 6da64935 authored by Austin Delgado's avatar Austin Delgado Committed by Automerger Merge Worker
Browse files

Merge "Support RTL with new Udfps overlay" into udc-dev am: a406fb93

parents 897bfff3 a406fb93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ public class UdfpsKeyguardView extends UdfpsAnimationView {
                lp.width = mSensorBounds.width();
                lp.height = mSensorBounds.height();
                RectF relativeToView = getBoundsRelativeToView(new RectF(mSensorBounds));
                lp.setMargins(
                lp.setMarginsRelative(
                        (int) relativeToView.left,
                        (int) relativeToView.top,
                        (int) relativeToView.right,