fix: Send sticker without blocking the UI
This commit is contained in:
parent
108a47a89d
commit
f2aed44068
1 changed files with 3 additions and 6 deletions
|
|
@ -392,12 +392,9 @@ class ChatController extends State<Chat> {
|
||||||
'url': sticker.url.toString(),
|
'url': sticker.url.toString(),
|
||||||
};
|
};
|
||||||
// send the sticker
|
// send the sticker
|
||||||
await showFutureLoadingDialog(
|
await room!.sendEvent(
|
||||||
context: context,
|
eventContent,
|
||||||
future: () => room!.sendEvent(
|
type: EventTypes.Sticker,
|
||||||
eventContent,
|
|
||||||
type: EventTypes.Sticker,
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue