fix NPE for contacts view

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-02-24 14:26:47 +01:00
parent fc8462e0a5
commit ce002318a2
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -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