mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 04:06:51 +01:00
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…
x
Reference in New Issue
Block a user