Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Kotlin version: 2.0.20
After upgrading compose dependencies, android device back button have issue with EditText wrapped inside AndroidViewBinding composable.
Issue: On clicking back button, if EditText has focus it will not navigate user to previous screen instead it will only clear focus from focused EditText, so will need two clicks on back button to navigate to previous screen.
Issue was observed after upgrading to below dependencies: 'androidx.compose:compose-bom:2024.12.01' "androidx.constraintlayout:constraintlayout-compose:1.1.0" "androidx.navigation:navigation-compose:2.8.5"
Issue was not observed when using below dependencies: 'androidx.compose:compose-bom:2024.05.00' "androidx.constraintlayout:constraintlayout-compose:1.0.1" "androidx.navigation:navigation-compose:2.7.7"