What now button takes user to top of course plan page (#4946)
* Add scrollController to course details pages * Make what now button refresh details tab if needed, remove scrollController
This commit is contained in:
parent
eb3fd515fa
commit
2bb51da97b
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class CourseChatsView extends StatelessWidget {
|
|||
title: Text(L10n.of(context).whatNow),
|
||||
subtitle: Text(L10n.of(context).chooseNextActivity),
|
||||
trailing: const Icon(Icons.arrow_forward),
|
||||
onTap: () => context.go(
|
||||
onTap: () => context.pushReplacement(
|
||||
"/rooms/spaces/${room.id}/details?tab=course",
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue