chore: Follow up share page
This commit is contained in:
parent
d25bfe3f90
commit
3faace9952
2 changed files with 3 additions and 3 deletions
|
|
@ -55,7 +55,9 @@ class _ShareScaffoldDialogState extends State<ShareScaffoldDialog> {
|
|||
'Started forward action before room was selected. This should never happen.',
|
||||
);
|
||||
}
|
||||
context.pop();
|
||||
while (context.canPop()) {
|
||||
context.pop();
|
||||
}
|
||||
context.go('/rooms/$roomId', extra: widget.items);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue