mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-01-31 13:25:10 +01:00
new: cpu view settings
This commit is contained in:
@@ -27,7 +27,7 @@ abstract final class BioAuth {
|
||||
|
||||
/// [biometrics] on Android and Windows is returned with error
|
||||
/// Handle it specially
|
||||
if (isAndroid | isWindows) return biometrics.isNotEmpty;
|
||||
if (isAndroid || isWindows) return biometrics.isNotEmpty;
|
||||
return biometrics.contains(BiometricType.face) ||
|
||||
biometrics.contains(BiometricType.fingerprint);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user