nextcloud-talk-android/app/src/main/java
Daniel Calviño Sánchez 8a316d94f5 Notify that data set changed automatically when display item changes
Instead of explicitly calling "notifyDataSetChanged" after setting
values on a ParticipantDisplayItem now the adapter observes all its
items and calls "notifyDataSetChanged" automatically when any of them
changes.

Although this adds some boilerplate code it will make possible to update
the ParticipantDisplayItems and automatically propagate the changes to
the adapter when a model changes, rather than having to explicitly do it
from the CallActivity.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-01-16 09:05:50 +00:00
..
com/nextcloud/talk Notify that data set changed automatically when display item changes 2023-01-16 09:05:50 +00:00
fr/dudie/nominatim/client cleanup client implementation 2021-06-11 10:23:01 +02:00
third/parties Replace Fresco with Coil 2022-12-07 13:45:42 +01:00