Fix / dm filtering not working when going back to home
This commit is contained in:
parent
45200572a2
commit
46834d2178
|
@ -338,6 +338,12 @@ class SpaceRoomListSectionBuilder(
|
|||
activeSpaceId = ActiveSpaceFilter.ActiveSpace(roomId)
|
||||
)
|
||||
}
|
||||
} else {
|
||||
it.updateQuery {
|
||||
it.copy(
|
||||
activeSpaceId = ActiveSpaceFilter.None
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue