Delete all work fingerprints when unified lock changes to None/Swipe
am: f86f986
* commit 'f86f986728b5844a48e2e7bbd4927d2f5500c682':
Delete all work fingerprints when unified lock changes to None/Swipe
Change-Id: I683d05a106119af74fe920b37be4e26e158e5cbc
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user