зеркало из https://github.com/DeGsoft/maui-linux.git
This commit is contained in:
Родитель
02096e1a04
Коммит
aeca07c097
|
@ -624,7 +624,7 @@ namespace Xamarin.Forms.Platform.UWP
|
|||
bool hasSwipeGesture = gestures.GetGesturesFor<SwipeGestureRecognizer>().GetEnumerator().MoveNext();
|
||||
bool hasPinchGesture = gestures.GetGesturesFor<PinchGestureRecognizer>().GetEnumerator().MoveNext();
|
||||
bool hasPanGesture = gestures.GetGesturesFor<PanGestureRecognizer>().GetEnumerator().MoveNext();
|
||||
if (!hasPinchGesture && !hasPanGesture)
|
||||
if (!hasSwipeGesture && !hasPinchGesture && !hasPanGesture)
|
||||
return;
|
||||
|
||||
//We can't handle ManipulationMode.Scale and System , so we don't support pinch/pan on a scrollview
|
||||
|
|
Загрузка…
Ссылка в новой задаче