when navigating to space, go to the space details page
This commit is contained in:
parent
4a252729ff
commit
5461813352
1 changed files with 4 additions and 0 deletions
|
|
@ -118,6 +118,10 @@ class ChatListController extends State<ChatList>
|
|||
setState(() {
|
||||
_activeSpaceId = spaceId;
|
||||
});
|
||||
|
||||
// #Pangea
|
||||
context.go('/rooms/$spaceId/details');
|
||||
// Pangea#
|
||||
}
|
||||
|
||||
void clearActiveSpace() => setState(() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue