chore: Follow up loading dialog
This commit is contained in:
parent
3faf6df558
commit
31907f74de
4 changed files with 15 additions and 9 deletions
|
|
@ -371,6 +371,7 @@ class BootstrapDialogState extends State<BootstrapDialog> {
|
|||
if (consent != OkCancelResult.ok) return;
|
||||
final req = await showFutureLoadingDialog(
|
||||
context: context,
|
||||
delay: false,
|
||||
future: () async {
|
||||
await widget.client.updateUserDeviceKeys();
|
||||
return widget.client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue