Break the loop if the superview is found.

This commit is contained in:
BDisp
2024-03-17 22:46:44 +00:00
parent 1573bb025b
commit 704f1407d8

View File

@@ -149,6 +149,8 @@ public class ScrollView : View
if (supView == _contentView)
{
Application.GrabMouse (this);
break;
}
supView = supView.SuperView;