Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
@@ -78,4 +78,8 @@ class NCApplicationHandle: NSObject {
func filterPages(pages: [NCBrandOptions.NCInfoPagingTab], page: NCBrandOptions.NCInfoPagingTab, metadata: tableMetadata) -> ([NCBrandOptions.NCInfoPagingTab], NCBrandOptions.NCInfoPagingTab) {
return (pages, page)
}
+
+ // class: NCNotification
+ func didSelectNotification(_ notification: NKNotifications) {
+ }
@@ -158,6 +158,8 @@ class NCNotification: UITableViewController, NCNotificationCellDelegate, NCEmpty
NCContentPresenter.shared.showError(error: error)
+ } else {
+ NCApplicationHandle().didSelectNotification(notification)