fix: Removed bubble for giphy

This commit is contained in:
Deven Joshi
2020-11-04 17:26:21 +05:30
parent c8a8b81102
commit 756e8d6555
+1 -1
View File
@@ -276,7 +276,7 @@ class _MessageWidgetState extends State<MessageWidget> {
..._parseAttachments(context),
if (widget.message.text
.trim()
.isNotEmpty)
.isNotEmpty && widget.message.type != 'giphy')
_buildTextBubble(context),
],
),