limit new group name length to 32

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

@ -57,6 +57,9 @@ class NewGroupView extends StatelessWidget {
const SizedBox(width: 16), const SizedBox(width: 16),
Expanded( Expanded(
child: TextField( child: TextField(
// #Pangea
maxLength: 32,
// Pangea#
controller: controller.nameController, controller: controller.nameController,
autocorrect: false, autocorrect: false,
readOnly: controller.loading, readOnly: controller.loading,

Loading…
Cancel
Save