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

Commit a2438d1f authored by Ricky Wai's avatar Ricky Wai Committed by android-build-merger
Browse files

Delete all work fingerprints when unified lock changes to None/Swipe am: f86f9867

am: c5de9018

* commit 'c5de9018':
  Delete all work fingerprints when unified lock changes to None/Swipe

Change-Id: I3d0e64e419afcfccdb27d859480d12eac70803c4
parents 2d1878c0 c5de9018
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -815,7 +815,8 @@ public class FingerprintManager {
                if (groupId != reqGroupId) {
                    Log.w(TAG, "Group id didn't match: " + groupId + " != " + reqGroupId);
                }
                mRemovalCallback.onRemovalSucceeded(mRemovalFingerprint);
                mRemovalCallback.onRemovalSucceeded(new Fingerprint(null, groupId, fingerId,
                        deviceId));
            }
        }