Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lost pointer event fix #623

Merged
merged 3 commits into from
Jul 7, 2023
Merged

Lost pointer event fix #623

merged 3 commits into from
Jul 7, 2023

Conversation

elijah-semyonov
Copy link

Proposed Changes

Don't set pressOwner to null while any touch is down.

Testing

Test: try to reproduce fixed bug.

Issues Fixed

Fixes: JetBrains/compose-multiplatform#3310

@elijah-semyonov elijah-semyonov self-assigned this Jul 7, 2023
@elijah-semyonov elijah-semyonov merged commit fd64fc9 into jb-main Jul 7, 2023
2 checks passed
@elijah-semyonov elijah-semyonov deleted the elijah.semyonov/3310-fix branch July 7, 2023 09:21
Walingar pushed a commit to Walingar/androidx that referenced this pull request Jul 11, 2023
* Add repro case and debug info.

* Fix null pressOwner

* Revert "Add repro case and debug info."

This reverts commit 95bf64a.
mazunin-v-jb pushed a commit that referenced this pull request Jul 11, 2023
* Add repro case and debug info.

* Fix null pressOwner

* Revert "Add repro case and debug info."

This reverts commit 95bf64a.
eymar pushed a commit that referenced this pull request Nov 16, 2023
Different version of annotations was being pulled in for the integration test app vs its instrumented tests, which was causing them to fail to build with:

GradleException: Cannot find a version of 'androidx.annotation:annotation' that satisfies the version constraints:...

Test: cd paging && ./gradlew bOS
Change-Id: Ibb3339315975caab0ac5b7734400e8e13602aa36

This is an imported pull request from androidx#623.

Resolves #623
Github-Pr-Head-Sha: d3c02ac
GitOrigin-RevId: 8c9da25
Change-Id: I35474c1722141f23b74f4ed06e13357dbb1c7f80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants