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

Commit c5de9018 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

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

Change-Id: I683d05a106119af74fe920b37be4e26e158e5cbc
parents d18d1495 f86f9867
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));
            }
        }