This commit is contained in:
Horis 2024-06-25 07:45:33 +08:00
parent 85b1e7b548
commit cb02949c0a

View File

@ -217,7 +217,7 @@ class BackupConfigFragment : PreferenceFragment(),
}
PreferKey.webDavPassword ->
if (value.isNullOrBlank()) {
if (value.isNullOrEmpty()) {
preference.summary = getString(R.string.web_dav_pw_s)
} else {
preference.summary = "*".repeat(value.toString().length)