Skip to content

Commit

Permalink
chore: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Nov 15, 2024
1 parent d0da231 commit 7020a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/UIElement.Pointers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ partial void PrepareManagedPointerEventBubbling(RoutedEvent routedEvent, ref Rou
// ptArgs.Pointer.IsInRange && ptArgs.IsPointCoordinatesOver(this) (and probably share it on all platforms).
var isOver = ptArgs.Pointer.IsInRange && (ptArgs.Pointer.PointerDeviceType, ptArgs.Pointer.IsInContact) switch
{
(PointerDeviceType.Touch, false) => false,
(global::Microsoft.UI.Input.PointerDeviceType.Touch, false) => false,
_ => ptArgs.IsPointCoordinatesOver(this),
};
#endif
Expand Down

0 comments on commit 7020a97

Please sign in to comment.