Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
@@ -80,6 +80,6 @@ class NCApplicationHandle: NSObject {
}
// class: NCNotification
- func didSelectNotification(_ notification: NKNotifications) {
+ func didSelectNotification(_ notification: NKNotifications, viewController: UIViewController) {
@@ -159,7 +159,7 @@ class NCNotification: UITableViewController, NCNotificationCellDelegate, NCEmpty
} else {
- NCApplicationHandle().didSelectNotification(notification)
+ NCApplicationHandle().didSelectNotification(notification, viewController: self)