oops, only set activeSpaceId to null
This commit is contained in:
parent
c16533ecff
commit
6b17343cca
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class ChatListController extends State<ChatList>
|
|||
activeFilter = getActiveFilterByDestination(i);
|
||||
// #Pangea
|
||||
if (activeFilter != ActiveFilter.spaces) {
|
||||
setActiveSpace(null);
|
||||
activeSpaceId = null;
|
||||
}
|
||||
// Pangea#
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue