Skip to content

Commit 1bc1571

Browse files
committed
PR review
1 parent 1b5e368 commit 1bc1571

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

App/App.xaml.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,8 @@ public void RunInUiThread(DispatcherQueueHandler action)
337337
dispatcherQueue.TryEnqueue(action);
338338
}
339339

340-
public void HandleNotificationActivation(IDictionary<string, string> args)
340+
public void HandleNotificationActivation(IDictionary<string, string> _)
341341
{
342-
var app = (App)Current;
343-
app.TrayWindow?.Tray_Open();
342+
TrayWindow?.Tray_Open();
344343
}
345344
}

0 commit comments

Comments
 (0)