Skip to content

Commit

Permalink
Call completionHandler in DidReceiveNotificationResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Dec 29, 2022
1 parent 97e2548 commit e3fd42f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public void DidReceiveNotificationResponse(UNUserNotificationCenter center, UNNo
} else {
_notificationTapped.Invoke(this, new FCMNotificationTappedEventArgs(response.Notification.ToFCMNotification()));
}

completionHandler();
}

public Task<string> GetTokenAsync()
Expand Down

0 comments on commit e3fd42f

Please sign in to comment.