Skip to content
Snippets Groups Projects
Commit d2383d8d authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Removed error drawable from sensitive TextInputDialogs

parent 29d17c11
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ class TextInputDialog : XxBottomSheetDialog() {
if (isSensitive) {
binding.edittextDialogTextInput.apply {
endIconMode = TextInputLayout.END_ICON_PASSWORD_TOGGLE
errorIconDrawable = null
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment