File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ protected override async void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventA
246246 // UNO TODO SystemInformation.Instance.TrackAppUse(e);
247247 }
248248
249+ /*
249250 /// <summary>
250251 /// Event fired when a Background Task is activated (in Single Process Model)
251252 /// </summary>
@@ -256,17 +257,16 @@ protected override void OnBackgroundActivated(BackgroundActivatedEventArgs args)
256257
257258 var deferral = args.TaskInstance.GetDeferral();
258259
259- #if ! HAS_UNO
260260 switch (args.TaskInstance.Task.Name)
261261 {
262262 case Constants.TestBackgroundTaskName:
263263 new TestBackgroundTask().Run(args.TaskInstance);
264264 break;
265265 }
266- #endif
267266
268267 deferral.Complete();
269268 }
269+ */
270270
271271 private async System . Threading . Tasks . Task RunAppInitialization ( string launchParameters )
272272 {
You can’t perform that action at this time.
0 commit comments