fix messagelistview

This commit is contained in:
Salvatore Giordano
2021-02-19 10:06:54 +01:00
parent a0147cfbd6
commit 076a296f19
@@ -885,7 +885,7 @@ class _MessageListViewState extends State<MessageListView> {
padding: const EdgeInsets.symmetric(horizontal: 8.0),
showInChannelIndicator: showInChannelIndicator,
showThreadReplyIndicator: showThreadReplyIndicator,
showUsername: true,
showUsername: showUsername,
showTimestamp: showTimeStamp,
showSendingIndicator: showSendingIndicator,
showUserAvatar: showUserAvatar,