when navigating to space, go to the space details page

pull/1384/head
ggurdin 1 year ago
parent 4a252729ff
commit 5461813352
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -118,6 +118,10 @@ class ChatListController extends State<ChatList>
setState(() {
_activeSpaceId = spaceId;
});
// #Pangea
context.go('/rooms/$spaceId/details');
// Pangea#
}
void clearActiveSpace() => setState(() {

Loading…
Cancel
Save