oops, only set activeSpaceId to null

pull/1186/head
ggurdin 1 year ago
parent c16533ecff
commit 6b17343cca

@ -168,7 +168,7 @@ class ChatListController extends State<ChatList>
activeFilter = getActiveFilterByDestination(i);
// #Pangea
if (activeFilter != ActiveFilter.spaces) {
setActiveSpace(null);
activeSpaceId = null;
}
// Pangea#
});

Loading…
Cancel
Save