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)
Attachment actions
Unintended behavior
View staffing
Description
Hey guys,
I just updated my App to Android 13 and came across this weird behaviour. When the user has focused a Textfield and then presses back, the system navigates back instead of only closing the system keyboard.
Dependency info:
Expected Behavior:
The system keyboard closes when the user navigates back.
Actual Behavior:
Keyboard is closed but the app also navigates back.
When downgrading activity to 1.5.0 and setting android:enableOnBackInvokedCallback="false" everything works as expected. This Bug is reproducible on Emulator with Android 13 and also on a Pixel 5 with the latest Android 13 release.
If you need more info feel free to let me know 🙂