mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 21:38:03 +00:00
parent
d2832aad13
commit
9421fd9872
@ -115,7 +115,7 @@ internal class FormField(
|
||||
.toList()
|
||||
|
||||
@RequiresApi(Build.VERSION_CODES.O)
|
||||
private fun isSupportedHint(hint: String) = hint in HINTS_FILLABLE
|
||||
private fun isSupportedHint(hint: String?) = hint in HINTS_FILLABLE
|
||||
private val EXCLUDED_TERMS =
|
||||
listOf(
|
||||
"url_bar", // Chrome/Edge/Firefox address bar
|
||||
|
Loading…
x
Reference in New Issue
Block a user