diff --git a/lib/pages/chat/chat.dart b/lib/pages/chat/chat.dart index db67eb068..b455cc61b 100644 --- a/lib/pages/chat/chat.dart +++ b/lib/pages/chat/chat.dart @@ -1388,9 +1388,9 @@ class ChatController extends State message: L10n.of(context).redactMessageDescription, isDestructive: true, hintText: L10n.of(context).optionalRedactReason, - // #Pangea maxLength: 255, - // Pangea# + maxLines: 3, + minLines: 1, okLabel: L10n.of(context).remove, cancelLabel: L10n.of(context).cancel, // #Pangea