Skip to content

Commit 4119837

Browse files
authored
Merge pull request #228 from ice-blockchain/chore/proper-cancel-on-android
chore: unstub cancelCurrentAuthenticatorOperation already wired in iOS
2 parents 477951e + 40ce708 commit 4119837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/passkeys/passkeys_android/lib/passkeys_android.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class PasskeysAndroid extends PasskeysPlatform {
106106
//
107107
@override
108108
Future<void> cancelCurrentAuthenticatorOperation() async {
109-
return;
109+
return _api.cancelCurrentAuthenticatorOperation();
110110
}
111111

112112
// In case of android we link passkey support to the availability of the biometric authentication

0 commit comments

Comments
 (0)