Skip to content
Snippets Groups Projects
Commit 033c9376 authored by akwizgran's avatar akwizgran
Browse files

Merge branch '200-duplicate-entries-in-contactlist' into 'master'

Fix contacts duplicating itself when pressing back button in conversation view.

Normally, this should be handled by the `SortedList` in the `RecyclerView`, but it isn't for some reason. Instead of spending way too much time on finding out why, I am clearing the adapter instead (on each `activity.onResume()`) as it was done before.

Closes #200

See merge request !42
parents 19bfe71f 027b3cd3
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