Skip to content

Commit

Permalink
App notification on start now won't show
Browse files Browse the repository at this point in the history
  • Loading branch information
errortek committed Apr 25, 2024
1 parent 40b9744 commit efa04f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App2/Services/AppNotificationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public bool Show(string payload)
{
var appNotification = new AppNotification(payload);

AppNotificationManager.Default.Show(appNotification);
//AppNotificationManager.Default.Show(appNotification);

return appNotification.Id != 0;
}
Expand Down

0 comments on commit efa04f4

Please sign in to comment.