Removing TapGestureRecognizer with at least 2 taps causes Exception #21437
Labels
area-gestures
Gesture types
fixed-in-8.0.90
fixed-in-9.0.0-rc.1.24453.9
high
It doesn't work at all, crashes or has a big impact.
platform/android 🤖
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
When tapping a TapGestureRecognizer with NumberOfTapsRequired of at least 2, which will be removed inside the tap command, it will cause a NullReferenceException in
InnerGestureListener.cs:65
Happens on Android emulator and my phones.
Steps to Reproduce
<ContentPage>
withLink to public reproduction project repository
No response
Version with bug
8.0.7 SR2
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
Inserting a short
await Task.Delay()
and then removing the entry works. Also going down to 1 required tap works as well.Relevant log output
No response
The text was updated successfully, but these errors were encountered: