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
Attachment actions
Description
Jetpack Compose version: BOM 2025.02.00 Jetpack Compose component used: androidx.compose.ui:ui-android:1.7.8 Android Studio Build: Android Studio Meerkat | 2024.3.1 RC 2 Kotlin version: 2.0.21
Steps to Reproduce or Code Sample to Reproduce:
All touch events will be at the wrong location.
I've added a reproducer but basically this is it:
If instead I do this, it works:
It also work in a pure compose view.
This affects all touch events including interacting with UI elements such as Buttons in the AndroidView.