Merge pull request #69 from pangeachat/toolbar-testing

small fix to ensure loading shows up
pull/1011/head
ggurdin 2 years ago committed by GitHub
commit 9c0b65137a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save