You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lint tool reported a "ReturnFromAwaitPointerEventScope" warning
in KotlinSnippets.kt.
Returning a value from this scope can lead to dropped input events
due to the way pointer event queues are handled.
This commit resolves the warning by moving the animation logic,
which depends on the tap position, directly inside the
awaitPointerEventScope block.
This ensures that the event data is processed immediately
within the correct context, preventing potential event loss.
0 commit comments