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

Commit 7dd9af0e authored by Chandru S's avatar Chandru S Committed by Automerger Merge Worker
Browse files

Merge "Update local value of sensorBounds whenever it changes" into udc-dev am: cb4d5922

parents 22f2ff86 cb4d5922
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -102,6 +102,13 @@ public class UdfpsKeyguardViewLegacy extends UdfpsAnimationView {
        return mFingerprintDrawable;
    }

    @Override
    void onSensorRectUpdated(RectF bounds) {
        super.onSensorRectUpdated(bounds);
        bounds.round(this.mSensorBounds);
        postInvalidate();
    }

    @Override
    void onDisplayConfiguring() {
    }