[MessageWidget] Show message border in case the message is only emoji but is part of a thread.
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -374,7 +374,9 @@ class _MessageWidgetState extends State<MessageWidget> {
|
||||
elevation: 0.0,
|
||||
shape: widget.shape ??
|
||||
RoundedRectangleBorder(
|
||||
side: isOnlyEmoji
|
||||
side: isOnlyEmoji &&
|
||||
!(showThreadReplyIndicator ||
|
||||
showInChannel)
|
||||
? BorderSide.none
|
||||
: widget.borderSide ??
|
||||
BorderSide(
|
||||
|
||||
Reference in New Issue
Block a user