Limited edited class name length to 32
This commit is contained in:
parent
09f26fb91f
commit
d247abb320
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ void setClassDisplayname(BuildContext context, String? roomId) async {
|
|||
: L10n.of(context)!.changeTheNameOfTheChat,
|
||||
),
|
||||
content: TextField(
|
||||
maxLength: 32,
|
||||
controller: textFieldController,
|
||||
),
|
||||
actions: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue