Skip to content

Commit 6722643

Browse files
Testing something insane...
1 parent 1d62bc8 commit 6722643

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/Sentry.Samples.Ios/AppDelegate.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ 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 CA1422
61+
// TODO: Undomment this line... just testing this comment: https://github.com/getsentry/sentry-dotnet/pull/4782#issuecomment-3623881935
62+
// #pragma warning restore CA1422
6263

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

0 commit comments

Comments
 (0)