I was intermittently getting some exception `java....
# compose-android
a
I was intermittently getting some exception
java.lang.IllegalStateException: The ACTION_HOVER_EXIT event was not cleared.
when device shared in AS window(full stack thread in thread) but was not able to repro it. Today I found out whenever I do two finger scroll up or down it crashes(video attach in the thread). This is only happening when doing scroll gesture from touchpad when device is shown in `Running devices`in AS Strangenly doing same thing when shared with scrcpy is not crashing the device
Stacktrace
Copy code
java.lang.IllegalStateException: The ACTION_HOVER_EXIT event was not cleared.
                                                                                         	at androidx.compose.ui.platform.AndroidComposeView.sendHoverExitEvent$lambda$5(AndroidComposeView.android.kt:565)
                                                                                         	at androidx.compose.ui.platform.AndroidComposeView.$r8$lambda$HVKfDYrbF2azN0QgGmEndJ5P5to(Unknown Source:0)
                                                                                         	at androidx.compose.ui.platform.AndroidComposeView$$ExternalSyntheticLambda3.run(Unknown Source:2)
                                                                                         	at android.os.Handler.handleCallback(Handler.java:883)
                                                                                         	at android.os.Handler.dispatchMessage(Handler.java:100)
                                                                                         	at android.os.Looper.loop(Looper.java:237)
                                                                                         	at android.app.ActivityThread.main(ActivityThread.java:8167)
                                                                                         	at java.lang.reflect.Method.invoke(Native Method)
                                                                                         	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
It’s happening even in latest BOM(
"2024.05.00"
) of compose
a
thank you color 1
114 Views