Skip to content
Snippets Groups Projects
Verified Commit ced0f72f authored by Torsten Grote's avatar Torsten Grote
Browse files

Fix progress feel over messages in Conversation view

Unlike with many other lists,
we are not clearing the list of private messages when restarting the activity.
We still load the messages from the database and add them to the view.
When there are no new message to add,
the usual insert observers do not trigger
and we do not call list.showData() although we should.
Doing so removes the progress bar as soon as messages have been loaded.
parent de631419
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment