Skip to content

Commit c5f7939

Browse files
CA1416 warning changes
1 parent c919077 commit c5f7939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Core/src/Handlers/Application/ApplicationHandler.iOS.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static partial void MapCloseWindow(ApplicationHandler handler, IApplicati
4949
public static partial void MapActivateWindow(ApplicationHandler handler, IApplication application, object? args)
5050
{
5151
// ActivateSceneSession requires 17+
52-
if (!OperatingSystem.IsIOSVersionAtLeast(17) && !OperatingSystem.IsMacCatalystVersionAtLeast(17))
52+
if (!OperatingSystem.IsIOSVersionAtLeast(17) && !OperatingSystem.IsMacCatalyst())
5353
{
5454
return;
5555
}

0 commit comments

Comments
 (0)