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
Logs say:
2020-10-28 08:16:03.249 Riot[1332:479726] [RecentsDataSource] refreshRoomsSections: Done in 1107ms
This happens almost at every /sync because a new message refreshes the last message of a room summary, which refreshes the room list.
This is time to implement smart update of cells within a UITableViewCell: https://github.com/matrix-org/matrix-ios-kit/blob/v0.12.26/MatrixKit/Models/MXKDataSource.h#L168 instead of reloading all the table every time.
The text was updated successfully, but these errors were encountered:
#4384 will change the storage layer of room summaries. It will impact performance regarding this issue a lot.
Sorry, something went wrong.
Room lists: Avoid app freezes by building them on a separated thread
91e40ef
#3777
ddd1a85
No branches or pull requests
Logs say:
This happens almost at every /sync because a new message refreshes the last message of a room summary, which refreshes the room list.
This is time to implement smart update of cells within a UITableViewCell: https://github.com/matrix-org/matrix-ios-kit/blob/v0.12.26/MatrixKit/Models/MXKDataSource.h#L168 instead of reloading all the table every time.
The text was updated successfully, but these errors were encountered: