Skip to content

Commit

Permalink
chore: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Dec 3, 2024
1 parent 0981262 commit 59c4e46
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 @@ -910,7 +910,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 59c4e46

Please sign in to comment.