talk-android/app/src/main/java/com/nextcloud/talk/adapters
Marcel Hibbe 02476b10ae
fix that contact in search is clickable
A contact (so not a conversation yet!) had the VIEW_TYPE 2131558677, but 2131558687 was expected to identify the type, see FlexibleViewType.kt

The checks in onItemClick are replaced to directly change the type via kotlin "is" method.

best solution for future: FlexibleAdapter should be removed!-> replace with Compose!

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-07-07 10:45:24 +02:00
..
items fix that contact in search is clickable 2025-07-07 10:45:24 +02:00
messages improve send status handling 2025-06-17 17:21:36 +02:00
GeocodingAdapter.kt Add SPDX header 2024-03-29 15:42:11 +01:00
ParticipantDisplayItem.kt simplify participant data structure 2025-05-12 15:01:26 +02:00
ParticipantDisplayItemNotifier.java Add SPDX header 2024-03-29 15:42:11 +01:00
PredefinedStatusClickListener.kt handle reset status button 2024-11-14 17:05:46 +01:00
PredefinedStatusListAdapter.kt add elements to predefinedStatusesList correctly 2024-11-14 17:04:43 +01:00
PredefinedStatusViewHolder.kt format 2024-11-14 17:05:49 +01:00
ReactionItem.kt Add SPDX header 2024-03-29 15:42:11 +01:00
ReactionItemClickListener.kt Add SPDX header 2024-03-29 15:42:11 +01:00
ReactionsAdapter.kt Add SPDX header 2024-03-29 15:42:11 +01:00
ReactionsViewHolder.kt Add SPDX header 2024-03-29 15:42:11 +01:00