feat: 重构 Reminder Notification 系统并更新应用包名
This commit is contained in:
@@ -160,7 +160,7 @@ class _EditProfileScreenState extends State<EditProfileScreen> {
|
||||
);
|
||||
return;
|
||||
}
|
||||
if (newUsername.length < 3 || newUsername.length > 30) {
|
||||
if (newUsername.length > 30) {
|
||||
Toast.show(
|
||||
context,
|
||||
context.l10n.settingsEditProfileUsernameLengthInvalid,
|
||||
|
||||
Reference in New Issue
Block a user