Skip to content

v0.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Apr 10:14
· 10 commits to main since this release
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>