small fix to ensure loading shows up

pull/1011/head
Gabby Gurdin 2 years ago
parent 7ad50e07e2
commit 68825d408b

@ -115,7 +115,7 @@ class MessageTranslationCardState extends State<MessageTranslationCard> {
if (widget.selection.selectedText != null) { if (widget.selection.selectedText != null) {
await translateSelection(); await translateSelection();
} }
fetchRepresentation(context); await fetchRepresentation(context);
}); });
} }

Loading…
Cancel
Save