chore: Follow up loading dialog
This commit is contained in:
parent
3faf6df558
commit
31907f74de
4 changed files with 15 additions and 9 deletions
|
|
@ -53,6 +53,7 @@ class Settings3PidController extends State<Settings3Pid> {
|
|||
if (ok != OkCancelResult.ok) return;
|
||||
final success = await showFutureLoadingDialog(
|
||||
context: context,
|
||||
delay: false,
|
||||
future: () => Matrix.of(context).client.uiaRequestBackground(
|
||||
(auth) => Matrix.of(context).client.add3PID(
|
||||
clientSecret,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue