Make users return to activity session when use invite back button (#4288)
This commit is contained in:
parent
a79b72ffe9
commit
15b052e5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ class _ActivityStartButtons extends StatelessWidget {
|
|||
ElevatedButton(
|
||||
style: buttonStyle,
|
||||
onPressed: controller.courseParent?.canInvite ?? false
|
||||
? () => context.go(
|
||||
? () => context.push(
|
||||
"/rooms/spaces/${controller.courseParent!.id}/invite",
|
||||
)
|
||||
: null,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue