Skip to content

Commit 8004d7e

Browse files
Revert "Testing something insane..."
This reverts commit 6722643. # Conflicts: # samples/Sentry.Samples.Ios/AppDelegate.cs
1 parent 0533bae commit 8004d7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/Sentry.Samples.Ios/AppDelegate.cs

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

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

0 commit comments

Comments
 (0)