mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-12 13:59:03 +00:00
1d2a7a3b5d
ChatPreviewView showed the status info text (e.g. a pending invitee's 'reviewed by admins') whenever the last item's text was empty (hasMsgContent), which also caught caption-less media — so a photo/voice/file support message showed the status text next to its already-rendered thumbnail. Show the status only for true no-content items (events, msgContent == null); any message, including caption-less media, falls through to render its content.