android-fhir
android-fhir copied to clipboard
Fix answers disappearing from edit text on scrolling down
Fixed issue #2917 where text field answers would disappear when scrolling in RecyclerView. The bug was caused by improper state synchronization in OutlinedEditTextFieldItem composable.
Changed from async LaunchedEffect to synchronous state check during composition to ensure correct values are displayed immediately when views are recycled.