Fix default list persistence

This commit is contained in:
J-Jamet
2021-08-02 17:17:00 +02:00
parent d4cd5b73bd
commit 8a2bd23c32
9 changed files with 106 additions and 59 deletions

View File

@@ -88,6 +88,8 @@ class TextFieldView @JvmOverloads constructor(context: Context,
changeProtectedValueParameters()
}
override var default: String = ""
fun setMaxChars(numberChars: Int) {
when {
numberChars <= 0 -> {