Skip to content

Commit 846d4af

Browse files
bryanloganalexzfp
andauthored
Update app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/domain/identification/IdentificationProvider.kt
Co-authored-by: Alex Z. <[email protected]>
1 parent 874ecc6 commit 846d4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/domain/identification/IdentificationProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class IdentificationProvider @Inject constructor(
3434
apiKey = if (it.enabled) it.public else Credentials.apiKey,
3535
endpointUrl = if (it.enabled) it.region.endpointUrl else Credentials.endpointUrl,
3636
extendedResponseFormat = true,
37-
locationTimeoutMillis = 30000,
37+
locationTimeoutMillis = 30_000L,
3838
allowUseOfLocationData = true,
3939
)
4040
)

0 commit comments

Comments
 (0)