You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix camera switch button: replace SmallFAB with Box+combinedClickable
SmallFloatingActionButton's internal Surface(onClick=...) was consuming
touch events before Modifier.combinedClickable could process them,
making both tap-to-cycle and long-press-to-pick cameras non-functional.
Replace with a styled Box that uses combinedClickable as the sole gesture
handler, preserving the same visual appearance (CircleShape, black/60%
alpha, white icon).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>