Sporadic crash from invalid touch event
When embedded by the view_manager, sometimes we receive pointerup or pointercancel events without having received a cooresponding pointerdown event. The underlying issue is that the view_manager doesn't capture on pointerdown and instead performs a new hit test for every pointer event. We should fix that in view_manager, but, in the meantime, this patch makes us not crash in this scenario. Fixes #339
Showing
Please register or sign in to comment