Skip to content

Commit

Permalink
Reverting runInBackground flag
Browse files Browse the repository at this point in the history
  • Loading branch information
edgiardina committed Jan 26, 2024
1 parent 2b6a81c commit 4d3371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static MauiAppBuilder RegisterShinyServices(this MauiAppBuilder builder)
s.AddJobs();
s.AddShinyCoreServices();

s.AddJob(typeof(NotificationJob), requiredNetwork: Shiny.Jobs.InternetAccess.Any, runInForeground: true);
s.AddJob(typeof(NotificationJob), requiredNetwork: Shiny.Jobs.InternetAccess.Any);

// shiny.notifications
s.AddNotifications(typeof(NotificationDelegate));
Expand Down

0 comments on commit 4d3371e

Please sign in to comment.