Merge pull request #69 from pangeachat/toolbar-testing

small fix to ensure loading shows up
This commit is contained in:
ggurdin 2024-02-19 15:34:38 -05:00 committed by GitHub
commit 9c0b65137a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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