Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public override bool OnTouchEvent(MotionEvent ev)
return true;

if (_pointerGestureHandler != null && ev?.Action is
MotionEventActions.Up or MotionEventActions.Down or MotionEventActions.Move or MotionEventActions.Cancel)
MotionEventActions.Up or MotionEventActions.Down or MotionEventActions.Cancel)
{
_pointerGestureHandler.OnTouch(ev);
}
Expand Down
91 changes: 0 additions & 91 deletions src/Controls/tests/TestCases.HostApp/Issues/Issue33690.cs

This file was deleted.

This file was deleted.

Loading