We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RoomListService::sync_indicator
It should replace observing the usage of RoomListService.state to display the loading banner on the room list.
RoomListService.state
Do not replace the usage of RoomListService.state for the Migration screen since there is an internal delay RoomListService::sync_indicator
FTR Rust PR: matrix-org/matrix-rust-sdk#2518
The text was updated successfully, but these errors were encountered:
ganfra
Successfully merging a pull request may close this issue.
It should replace observing the usage of
RoomListService.state
to display the loading banner on the room list.Do not replace the usage of
RoomListService.state
for the Migration screen since there is an internal delayRoomListService::sync_indicator
FTR Rust PR: matrix-org/matrix-rust-sdk#2518
The text was updated successfully, but these errors were encountered: