Skip to content

Commit c0ac7b6

Browse files
Tamilarasan-Paranthamanjfversluis
authored andcommitted
CA1416 warning changes
1 parent 733f6a6 commit c0ac7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/src/Handlers/Application/ApplicationHandler.iOS.cs

Lines changed: 1 addition & 1 deletion
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)