mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
fix NPE for contacts view
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
fc8462e0a5
commit
ce002318a2
@ -330,6 +330,7 @@ public class UserItem extends AbstractFlexibleItem<UserItem.UserItemViewHolder>
|
||||
@Nullable
|
||||
@BindView(R.id.participant_status_emoji)
|
||||
com.vanniktech.emoji.EmojiEditText participantEmoji;
|
||||
@Nullable
|
||||
@BindView(R.id.user_status_image)
|
||||
ImageView userStatusImage;
|
||||
@Nullable
|
||||
|
Loading…
Reference in New Issue
Block a user