Fix issue with bioauth on API 29.

fork-5.53.8
Greyson Parrelli 2022-09-22 12:44:49 -04:00
rodzic aeeaef567f
commit e351c74ddb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ class BiometricDeviceAuthentication(
Log.i(TAG, "Skipping show system biometric or device lock dialog unless forced")
}
true
} else if (force) {
} else if (Build.VERSION.SDK_INT >= 21) {
if (force) {
Log.i(TAG, "firing intent...")
showConfirmDeviceCredentialIntent()