We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c908b42 commit 47f765bCopy full SHA for 47f765b
maui/src/TabView/Control/HorizontalContent/SfHorizontalContent.iOS.cs
@@ -69,8 +69,7 @@ void ITapGestureListener.ShouldHandleTap(object view)
69
{
70
this._canProcessTouch = false;
71
}
72
- }
73
- else if (view is UIKit.UITouch uiTouch)
+ else if (view is UIKit.UITouch uiTouch)
74
75
// For SfTextInputLayout or similar views that require precise touch interactions.
76
var touchLocation = uiTouch.LocationInView(uiTouch.View?.Superview);
@@ -104,6 +103,8 @@ void ITapGestureListener.ShouldHandleTap(object view)
104
103
105
106
+ }
107
+
108
109
#endif
110
0 commit comments