fix: Removed bubble for giphy
This commit is contained in:
@@ -276,7 +276,7 @@ class _MessageWidgetState extends State<MessageWidget> {
|
|||||||
..._parseAttachments(context),
|
..._parseAttachments(context),
|
||||||
if (widget.message.text
|
if (widget.message.text
|
||||||
.trim()
|
.trim()
|
||||||
.isNotEmpty)
|
.isNotEmpty && widget.message.type != 'giphy')
|
||||||
_buildTextBubble(context),
|
_buildTextBubble(context),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user