Atul Gupta
05/09/2024, 10:11 PMjava.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 deviceAtul Gupta
05/09/2024, 10:12 PMjava.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)
Atul Gupta
05/09/2024, 10:13 PM"2024.05.00"
) of composeAlbert Chang
05/10/2024, 5:01 AM