优化
This commit is contained in:
@@ -217,7 +217,7 @@ class BackupConfigFragment : PreferenceFragment(),
|
|||||||
}
|
}
|
||||||
|
|
||||||
PreferKey.webDavPassword ->
|
PreferKey.webDavPassword ->
|
||||||
if (value.isNullOrBlank()) {
|
if (value.isNullOrEmpty()) {
|
||||||
preference.summary = getString(R.string.web_dav_pw_s)
|
preference.summary = getString(R.string.web_dav_pw_s)
|
||||||
} else {
|
} else {
|
||||||
preference.summary = "*".repeat(value.toString().length)
|
preference.summary = "*".repeat(value.toString().length)
|
||||||
|
|||||||
Reference in New Issue
Block a user