We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395a8d2 commit c065213Copy full SHA for c065213
samples/Sentry.Samples.Ios/AppDelegate.cs
@@ -58,7 +58,7 @@ public override bool FinishedLaunching(UIApplication application, NSDictionary?
58
#pragma warning disable CA1422 // Validate platform compatibility
59
// create a new window instance based on the screen size
60
Window = new UIWindow(UIScreen.MainScreen.Bounds);
61
-#pragma warning restore CA1416
+#pragma warning restore CA1422
62
63
// determine control colours (SystemBackground requires iOS >= 13.0)
64
var backgroundColor = UIDevice.CurrentDevice.CheckSystemVersion(13, 0)
0 commit comments