Skip to content
Snippets Groups Projects
Commit ba86690c authored by Ernir Erlingsson's avatar Ernir Erlingsson
Browse files

Merge branch '455-update-timestamps-of-messages-every-minute' into 'master'

Update Timestamps Every Minute

Yes by using `notifyDataSetChanged()` I am invalidating everything, but view binding is very fast and the RecyclerView is smart about it. I could parse the dataset and use `notifyItemChanged()` only on the elements that matter, but this is not generic and a lot more code which is not necessarily faster. I suggest we go with my simple and generic approach for now and optimize when we actually notice a performance problem.

Closes #455

See merge request !238
parents 3ae3fdab bc0b226f
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