fix messagelistview
This commit is contained in:
@@ -885,7 +885,7 @@ class _MessageListViewState extends State<MessageListView> {
|
|||||||
padding: const EdgeInsets.symmetric(horizontal: 8.0),
|
padding: const EdgeInsets.symmetric(horizontal: 8.0),
|
||||||
showInChannelIndicator: showInChannelIndicator,
|
showInChannelIndicator: showInChannelIndicator,
|
||||||
showThreadReplyIndicator: showThreadReplyIndicator,
|
showThreadReplyIndicator: showThreadReplyIndicator,
|
||||||
showUsername: true,
|
showUsername: showUsername,
|
||||||
showTimestamp: showTimeStamp,
|
showTimestamp: showTimeStamp,
|
||||||
showSendingIndicator: showSendingIndicator,
|
showSendingIndicator: showSendingIndicator,
|
||||||
showUserAvatar: showUserAvatar,
|
showUserAvatar: showUserAvatar,
|
||||||
|
|||||||
Reference in New Issue
Block a user