mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix default list persistence
This commit is contained in:
@@ -88,6 +88,8 @@ class TextFieldView @JvmOverloads constructor(context: Context,
|
||||
changeProtectedValueParameters()
|
||||
}
|
||||
|
||||
override var default: String = ""
|
||||
|
||||
fun setMaxChars(numberChars: Int) {
|
||||
when {
|
||||
numberChars <= 0 -> {
|
||||
|
||||
Reference in New Issue
Block a user