mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 17:58:47 +00:00
ModalView renders its app bar as an overlay, so with one-hand UI - the default - it obscures the last AppBarHeight + navigation bar of the list while reserving no space. The list's only clearance is its trailing DEFAULT_BOTTOM_PADDING of 48.dp against a 56.dp bar plus insets, so roughly one row is unreachable once the list is long enough to scroll. The casualty is the last profile row, which is why it went unnoticed.