fixes error of cursor not apprearing when typing a message

pull/795/head
ggurdin 2 years ago
parent e2248b0c06
commit de5b181396

@ -328,6 +328,7 @@ class ChatInputRow extends StatelessWidget {
),
if (!PlatformInfos.isMobile ||
controller.inputText.isNotEmpty)
// #Pangea
ChoreographerSendButton(controller: controller),
// Container(
// height: 56,
@ -338,6 +339,7 @@ class ChatInputRow extends StatelessWidget {
// tooltip: L10n.of(context)!.send,
// ),
// ),
// Pangea#
],
),
],

Loading…
Cancel
Save