Skip to content

Commit d77cad0

Browse files
committed
Small fix for detecting touch ID of 28-
1 parent 42d02d0 commit d77cad0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/FingerprintScanner.cn1lib

5 Bytes
Binary file not shown.

native/android/com/codename1/fingerprint/impl/InternalFingerprintImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void run() {
134134

135135
if (mFingerPrintManager.isHardwareDetected() &&
136136
mFingerPrintManager.hasEnrolledFingerprints()) {
137-
137+
paramBuilder.append("touch ");
138138
}
139139
} catch(Throwable t) {
140140
Log.p("This exception could be 100% valid on old devices, we're logging it just to be safe. Older devices might throw NoClassDefFoundError...");

0 commit comments

Comments
 (0)