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

Commit 8bd91461 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Mutate UDFPS FingerprintDrawable" into sc-dev

parents 4973cb86 115defdc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ public abstract class UdfpsAnimation extends Drawable {
    public UdfpsAnimation(@NonNull Context context) {
        mContext = context;
        mFingerprintDrawable = context.getResources().getDrawable(R.drawable.ic_fingerprint, null);
        mFingerprintDrawable.mutate();
    }

    public void onSensorRectUpdated(@NonNull RectF sensorRect) {