Limited edited class name length to 32

pull/1183/head
Kelrap 2 years ago committed by GitHub
parent 09f26fb91f
commit d247abb320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,6 +27,7 @@ void setClassDisplayname(BuildContext context, String? roomId) async {
: L10n.of(context)!.changeTheNameOfTheChat,
),
content: TextField(
maxLength: 32,
controller: textFieldController,
),
actions: [

Loading…
Cancel
Save