Skip to content

Commit f5c6b21

Browse files
committed
Update MainActivity.kt
1 parent ad2bd9f commit f5c6b21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/MainActivity.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ class MainActivity : ComponentActivity() {
5454
val locationPermissionRequest = registerForActivityResult(
5555
ActivityResultContracts.RequestMultiplePermissions()
5656
) { permissions ->
57-
// Whether they give us permission or not, we can now make the Fingerprint call
57+
// Even if the user didn't give us permission, we now know the answer and therefore
58+
// should proceed with the Fingerprint call
5859
}
5960

6061
// Request permission

0 commit comments

Comments
 (0)