Files
SyncFlow/app/src/main/kotlin/com/syncflow
amir c1b7221324
Build & Release APK / build (push) Successful in 12m53s
Make radio rows fully tappable (label + dot), not just the dot
RadioGroup rows only responded to taps on the ~144px radio dot; tapping the
label did nothing. Wrap each row in Modifier.selectable(role=RadioButton) with
RadioButton(onClick=null) so the whole row is one accessible tap target.
Verified on-device: tapping the 'Download only' label now selects it.
2026-06-05 10:25:21 +00:00
..