Ayden
10/20/2020, 6:02 AMEditTextLayout error message when the fragment dismiss?KV
10/20/2020, 6:11 AMnameInputType.isHelperTextEnabled = falseAyden
10/20/2020, 6:18 AMonDestroy but the code is not working.
override fun onDestroy() {
super.onDestroy()
if (arguments != null) {
quoteViewModel.saveOrUpdateStatus.value = true
binding.etlQuote.isErrorEnabled = false
binding.etlQuote.error = ""
arguments = null
}
}KV
10/20/2020, 6:19 AMsetError(null);Ayden
10/20/2020, 9:47 AMStack Overflow.
If I could find solution from Stack Overflow or Google, I won't want to waste your time to read my question.