[MessageWidget] Fix bottomRow children position
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -561,7 +561,6 @@ class _MessageWidgetState extends State<MessageWidget> {
|
||||
};
|
||||
|
||||
children.addAll([
|
||||
if (showSendingIndicator) _buildSendingIndicator(),
|
||||
if (showInChannel || showThreadReplyIndicator) ...[
|
||||
if (showThreadParticipants)
|
||||
SizedBox.fromSize(
|
||||
@@ -585,10 +584,9 @@ class _MessageWidgetState extends State<MessageWidget> {
|
||||
Jiffy(widget.message.createdAt.toLocal()).jm,
|
||||
style: widget.messageTheme.createdAt,
|
||||
),
|
||||
if (showSendingIndicator) _buildSendingIndicator(),
|
||||
]);
|
||||
|
||||
// if (widget.reverse) children = children.reversed.toList();
|
||||
|
||||
final showThreadTail = !(hasUrlAttachments || isGiphy || isOnlyEmoji) &&
|
||||
(showThreadReplyIndicator || showInChannel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user