Merge pull request #69 from pangeachat/toolbar-testing
small fix to ensure loading shows up
This commit is contained in:
commit
9c0b65137a
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class MessageTranslationCardState extends State<MessageTranslationCard> {
|
|||
if (widget.selection.selectedText != null) {
|
||||
await translateSelection();
|
||||
}
|
||||
fetchRepresentation(context);
|
||||
await fetchRepresentation(context);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue