mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-04 18:17:23 +00:00
b13711ddbc
The active-call action button row (mute, speaker, hang up, flip/toggle camera) was rendered with only a fixed 20.dp bottom padding. Under edge-to-edge layout on devices with 3-button navigation, the system nav bar (~48.dp) drew on top of these buttons, hiding part of them. Add `.navigationBarsPadding()` to the BoxWithConstraints holding the buttons so the row floats above the system nav bar inset. No effect on devices using gesture nav (the inset there is small enough to not collide).