群聊信息;更改密码UI调整

This commit is contained in:
2025-09-01 18:17:50 +08:00
parent 6c743a6cac
commit 2f61850c33
4 changed files with 13 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ object PasswordValidator {
return when {
currentPassword.isEmpty() -> ValidationResult(
false,
"Please enter your current password"
context.getString(R.string.current_password_tip1)
)
currentPassword.length > MAX_PASSWORD_LENGTH -> ValidationResult(