[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([
|
children.addAll([
|
||||||
if (showSendingIndicator) _buildSendingIndicator(),
|
|
||||||
if (showInChannel || showThreadReplyIndicator) ...[
|
if (showInChannel || showThreadReplyIndicator) ...[
|
||||||
if (showThreadParticipants)
|
if (showThreadParticipants)
|
||||||
SizedBox.fromSize(
|
SizedBox.fromSize(
|
||||||
@@ -585,10 +584,9 @@ class _MessageWidgetState extends State<MessageWidget> {
|
|||||||
Jiffy(widget.message.createdAt.toLocal()).jm,
|
Jiffy(widget.message.createdAt.toLocal()).jm,
|
||||||
style: widget.messageTheme.createdAt,
|
style: widget.messageTheme.createdAt,
|
||||||
),
|
),
|
||||||
|
if (showSendingIndicator) _buildSendingIndicator(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// if (widget.reverse) children = children.reversed.toList();
|
|
||||||
|
|
||||||
final showThreadTail = !(hasUrlAttachments || isGiphy || isOnlyEmoji) &&
|
final showThreadTail = !(hasUrlAttachments || isGiphy || isOnlyEmoji) &&
|
||||||
(showThreadReplyIndicator || showInChannel);
|
(showThreadReplyIndicator || showInChannel);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user