mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
parent
d2832aad13
commit
9421fd9872
@ -115,7 +115,7 @@ internal class FormField(
|
|||||||
.toList()
|
.toList()
|
||||||
|
|
||||||
@RequiresApi(Build.VERSION_CODES.O)
|
@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 =
|
private val EXCLUDED_TERMS =
|
||||||
listOf(
|
listOf(
|
||||||
"url_bar", // Chrome/Edge/Firefox address bar
|
"url_bar", // Chrome/Edge/Firefox address bar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user