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

Commit 6eb1342c authored by Kevin Chyn's avatar Kevin Chyn Committed by Automerger Merge Worker
Browse files

Merge "Mutate UDFPS FingerprintDrawable" into sc-dev am: 8bd91461

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13733811

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ieec09cc0d37fedbb6a6921f8480fc296e89c2b84
parents 666014b9 8bd91461
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) {