Skip to content

Commit a917177

Browse files
committed
Fixed bug
1 parent d54ab03 commit a917177

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/src/main/java/co/kyash/vtl/ValidatableTextInputLayout.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ class ValidatableTextInputLayout @JvmOverloads constructor(
179179
}
180180

181181
override fun register(validators: List<VtlValidator>): ValidatableView {
182-
clearValidators()
183-
184182
this.validators.addAll(validators)
185183

186184
this.validators.mapTo(validationFlowables) {

0 commit comments

Comments
 (0)