群聊信息;更改密码UI调整
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user