Skip to content

Commit

Permalink
chore: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Jul 31, 2024
1 parent e576ca5 commit c58dd0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
using Windows.Foundation.Metadata;
using Windows.System;
using Windows.UI.Core;
using Windows.UI.Input.Preview.Injection;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls.Primitives;
using Microsoft.UI.Xaml.Input;
using Microsoft.UI.Xaml.Media;
using Microsoft.UI.Xaml.Shapes;
using SamplesApp.UITests;
using Uno.Extensions;
using Uno.UI.RuntimeTests.Helpers;
using Point = System.Drawing.Point;

Expand All @@ -37,8 +39,6 @@
using Windows.UI;
using Windows.ApplicationModel.Appointments;
using Microsoft.UI.Xaml.Hosting;
using Uno.Extensions;
using Windows.UI.Input.Preview.Injection;
using Uno.UI.Toolkit.Extensions;
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ private void OnPointerPressed(Windows.UI.Core.PointerEventArgs args)
{
return;
}

if (TryRedirectPointerPress(args))
{
return;
Expand Down

0 comments on commit c58dd0f

Please sign in to comment.