Skip to content

Commit

Permalink
CA1416 warning changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamilarasan-Paranthaman committed Jan 15, 2025
1 parent c919077 commit c5f7939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static partial void MapCloseWindow(ApplicationHandler handler, IApplicati
public static partial void MapActivateWindow(ApplicationHandler handler, IApplication application, object? args)
{
// ActivateSceneSession requires 17+
if (!OperatingSystem.IsIOSVersionAtLeast(17) && !OperatingSystem.IsMacCatalystVersionAtLeast(17))
if (!OperatingSystem.IsIOSVersionAtLeast(17) && !OperatingSystem.IsMacCatalyst())
{
return;
}
Expand Down

0 comments on commit c5f7939

Please sign in to comment.