Skip to content

Commit 3d1de1c

Browse files
committed
Update App.xaml.cs
1 parent eec1a7f commit 3d1de1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async Task ActivateAsync()
9090
Ioc.Default.ConfigureServices(host.Services);
9191

9292
// Configure Sentry
93-
if (AppLifecycleHelper.AppEnvironment != AppEnvironment.Dev)
93+
if (AppLifecycleHelper.AppEnvironment is not AppEnvironment.Dev)
9494
AppLifecycleHelper.ConfigureSentry();
9595

9696
var userSettingsService = Ioc.Default.GetRequiredService<IUserSettingsService>();

0 commit comments

Comments
 (0)