mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 04:50:08 +03:00
Fix remembering section expand-status in some cases
Change-Id: If5f08cb895874fddb2621632f970f0179b026439
This commit is contained in:
parent
cd1449d9bb
commit
d3c69a71a2
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ class RoomListFragment @Inject constructor(
|
|||
}
|
||||
|
||||
private fun onSwitchSpace(spaceId: String?) {
|
||||
if (roomListParams.explicitSpaceId == SPACE_ID_FOLLOW_APP) {
|
||||
if (roomListParams.explicitSpaceId != SPACE_ID_FOLLOW_APP && roomListParams.explicitSpaceId != spaceId) {
|
||||
return
|
||||
}
|
||||
if (spaceId != expandStatusSpaceId) {
|
||||
|
|
Loading…
Add table
Reference in a new issue