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

[C] avoid NRE on null GestureRecognizer #25008

Merged
merged 1 commit into from
Sep 30, 2024
Merged

[C] avoid NRE on null GestureRecognizer #25008

merged 1 commit into from
Sep 30, 2024

Conversation

StephaneDelcroix
Copy link
Contributor

Description of Change

[C] avoid NRE on null GestureRecognizer

Issues Fixed

@StephaneDelcroix StephaneDelcroix requested a review from a team as a code owner September 30, 2024 13:29
Redth
Redth previously approved these changes Sep 30, 2024
rmarinho
rmarinho previously approved these changes Sep 30, 2024
@rmarinho rmarinho dismissed stale reviews from Redth and themself via 6d12618 September 30, 2024 13:54
@jfversluis jfversluis enabled auto-merge (squash) September 30, 2024 18:50
@jfversluis jfversluis merged commit efa6b97 into main Sep 30, 2024
97 checks passed
@jfversluis jfversluis deleted the fix_24900 branch September 30, 2024 18:58
@PureWeen
Copy link
Member

PureWeen commented Oct 1, 2024

/backport to release/8.0.1xx-sr9

Copy link
Contributor

github-actions bot commented Oct 1, 2024

Started backporting to release/8.0.1xx-sr9: https://github.com/dotnet/maui/actions/runs/11127565143

@samhouts samhouts added the fixed-in-net8.0-nightly This may be available in a nightly release! label Oct 1, 2024
@samhouts samhouts added the fixed-in-net9.0-nightly This may be available in a nightly release! label Oct 14, 2024
rmarinho pushed a commit that referenced this pull request Oct 16, 2024
rmarinho pushed a commit that referenced this pull request Oct 16, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 16, 2024
@samhouts samhouts added fixed-in-9.0.12 fixed-in-net8.0-nightly This may be available in a nightly release! and removed fixed-in-net9.0-nightly This may be available in a nightly release! fixed-in-net8.0-nightly This may be available in a nightly release! labels Dec 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-9.0.12 fixed-in-net8.0-nightly This may be available in a nightly release!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NullReferenceException with a platform-specific GestureRecognizer
7 participants