Fix compilation and click events on macOS
This commit is contained in:
parent
c741b584a1
commit
9aa6b83f86
2 changed files with 0 additions and 2 deletions
|
@ -29,7 +29,6 @@
|
|||
didActivateNotification:(NSUserNotification *)notif {
|
||||
auto notification = presenter_->GetNotification(notif);
|
||||
if (notification) {
|
||||
notification->NotificationClicked();
|
||||
if (notif.activationType == NSUserNotificationActivationTypeReplied){
|
||||
notification->NotificationReplied([notif.response.string UTF8String]);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue