talk-android/app/src/main/java/com/nextcloud/talk/adapters
Marcel Hibbe 5ba6148273
fix to immediately view placeholder + set min height
without this fix, "getPayloadForImageLoader" was called before the placeholder was set (so it was null until getPayloadForImageLoader was called again after ~30seconds.). This is fixed by calling the super method at the end of "onBind".

min height was set to avoid very tiny previews (like for the placeholders)

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-01-18 10:18:28 +01:00
..
items UI binding can never be null 2022-12-29 11:37:20 +01:00
messages fix to immediately view placeholder + set min height 2023-01-18 10:18:28 +01:00
GeocodingAdapter.kt add copyright headers 2021-06-11 10:22:26 +02:00
ParticipantDisplayItem.java Split call participants and peer connections 2023-01-16 09:05:51 +00:00
ParticipantDisplayItemNotifier.java Notify that data set changed automatically when display item changes 2023-01-16 09:05:50 +00:00
ParticipantsAdapter.java Notify that data set changed automatically when display item changes 2023-01-16 09:05:50 +00:00
PredefinedStatusClickListener.kt adapt license header to app 2022-02-25 12:11:46 +01:00
PredefinedStatusListAdapter.kt adapt license header to app 2022-02-25 12:11:46 +01:00
PredefinedStatusViewHolder.kt adapt license header to app 2022-02-25 12:11:46 +01:00
ReactionItem.kt improve lint/detekt 2022-04-08 09:21:11 +02:00
ReactionItemClickListener.kt Render list of reactions in recycler view in bottom sheet 2022-04-08 09:21:09 +02:00
ReactionsAdapter.kt Replace Fresco with Coil 2022-12-07 13:45:42 +01:00
ReactionsViewHolder.kt Replace Fresco with Coil 2022-12-07 13:45:42 +01:00