Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from kc3hack/feat/remove-intialize-notification
Browse files Browse the repository at this point in the history
最初の通知を削除
  • Loading branch information
miyaji255 authored Feb 21, 2024
2 parents 4b375fa + 25efb2a commit 9f1ded9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions KoeBook/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ protected override async void OnLaunched(LaunchActivatedEventArgs args)
{
base.OnLaunched(args);

GetService<IAppNotificationService>().Show(string.Format("AppNotificationSamplePayload".GetLocalized(), AppContext.BaseDirectory));

await GetService<IActivationService>().ActivateAsync(args);
}
}

0 comments on commit 9f1ded9

Please sign in to comment.