We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5e368 commit 1bc1571Copy full SHA for 1bc1571
App/App.xaml.cs
@@ -337,9 +337,8 @@ public void RunInUiThread(DispatcherQueueHandler action)
337
dispatcherQueue.TryEnqueue(action);
338
}
339
340
- public void HandleNotificationActivation(IDictionary<string, string> args)
+ public void HandleNotificationActivation(IDictionary<string, string> _)
341
{
342
- var app = (App)Current;
343
- app.TrayWindow?.Tray_Open();
+ TrayWindow?.Tray_Open();
344
345
0 commit comments