We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c45e4b commit 6515aceCopy full SHA for 6515ace
crates/matrix-sdk-ui/src/spaces/room_list.rs
@@ -201,7 +201,7 @@ impl SpaceRoomList {
201
_ => {}
202
}
203
204
- self.pagination_state.set(SpaceRoomListPaginationState::Loading);
+ self.pagination_state.set_if_not_eq(SpaceRoomListPaginationState::Loading);
205
206
let mut request = get_hierarchy::v1::Request::new(self.parent_space_id.clone());
207
request.max_depth = Some(uint!(1)); // We only want the immediate children of the space
0 commit comments