Update chat_page.dart

Ellipsis removed because no windows or dialogs open.
This commit is contained in:
Mr-Update 2023-03-07 14:07:20 +01:00 committed by GitHub
parent aff69eea7f
commit 2108e5ea96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ class ChatPage extends StatelessWidget implements PageShape {
? InputDecoration(
isDense: true,
hintText:
"${translate('Write a message')}...",
"${translate('Write a message')}",
filled: true,
fillColor:
Theme.of(context).colorScheme.background,
@ -88,7 +88,7 @@ class ChatPage extends StatelessWidget implements PageShape {
)
: defaultInputDecoration(
hintText:
"${translate('Write a message')}...",
"${translate('Write a message')}",
fillColor:
Theme.of(context).colorScheme.background),
sendButtonBuilder: defaultSendButton(