Skip to content

Commit c065213

Browse files
fix pragma
1 parent 395a8d2 commit c065213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Sentry.Samples.Ios/AppDelegate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public override bool FinishedLaunching(UIApplication application, NSDictionary?
5858
#pragma warning disable CA1422 // Validate platform compatibility
5959
// create a new window instance based on the screen size
6060
Window = new UIWindow(UIScreen.MainScreen.Bounds);
61-
#pragma warning restore CA1416
61+
#pragma warning restore CA1422
6262

6363
// determine control colours (SystemBackground requires iOS >= 13.0)
6464
var backgroundColor = UIDevice.CurrentDevice.CheckSystemVersion(13, 0)

0 commit comments

Comments
 (0)