chore: Update matrix und vrouter
This commit is contained in:
parent
83665b593b
commit
7ca96aee03
35 changed files with 63 additions and 63 deletions
|
|
@ -84,7 +84,7 @@ class UserBottomSheetController extends State<UserBottomSheet> {
|
|||
break;
|
||||
case 'message':
|
||||
final roomId = await widget.user.startDirectChat();
|
||||
VRouter.of(widget.outerContext).push('/rooms/$roomId');
|
||||
VRouter.of(widget.outerContext).to('/rooms/$roomId');
|
||||
Navigator.of(context, rootNavigator: false).pop();
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue