We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc165a0 commit 714d736Copy full SHA for 714d736
mobile/android/qt6/src/app/status/mobile/SecureAndroidAuthentication.java
@@ -87,9 +87,10 @@ public void setNegativeButton(String negativeButton) {
87
}
88
89
/** Cancel current biometric request, if any. */
90
- public void cancel() {
+ public int cancel() {
91
if (mCancel != null && !mCancel.isCanceled()) mCancel.cancel();
92
mCancel = null;
93
+ return BIOMETRIC_STATUS_UNKNOWN;
94
95
96
/** Capability check — returns your BIOMETRIC_* codes. */
0 commit comments