From 15ecd70e18ee6ea8fb581cf08a6cf536581c3e78 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Fri, 23 Aug 2019 12:34:01 +0200 Subject: [PATCH] MOBILE-3068 notifications: Fix view page opened in phantom tab --- src/addon/notifications/components/actions/actions.ts | 3 ++- .../components/actions/addon-notifications-actions.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/addon/notifications/components/actions/actions.ts b/src/addon/notifications/components/actions/actions.ts index 2d56bc768..c2a6f23bb 100644 --- a/src/addon/notifications/components/actions/actions.ts +++ b/src/addon/notifications/components/actions/actions.ts @@ -31,7 +31,8 @@ export class AddonNotificationsActionsComponent implements OnInit { actions: CoreContentLinksAction[] = []; - constructor(private contentLinksDelegate: CoreContentLinksDelegate, private sitesProvider: CoreSitesProvider) {} + constructor(private contentLinksDelegate: CoreContentLinksDelegate, private sitesProvider: CoreSitesProvider, + public navCtrl: NavController) {} /** * Component being initialized. diff --git a/src/addon/notifications/components/actions/addon-notifications-actions.html b/src/addon/notifications/components/actions/addon-notifications-actions.html index 14425705d..1f386603b 100644 --- a/src/addon/notifications/components/actions/addon-notifications-actions.html +++ b/src/addon/notifications/components/actions/addon-notifications-actions.html @@ -1,6 +1,6 @@ -