mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-28 07:41:44 +00:00
feebefcdd7
A long file name took all the row width and squeezed the cancel (X) icon to zero, so the file could not be dismissed before sending. Give the file-name text the layout weight and a single line (Compose), and lineLimit(1) on iOS, so it truncates and the close icon keeps its space. Affects Android, Desktop and iOS.