MOBILE-3320 notifications: Fix badge not updated after mark read
parent
ac9e87727a
commit
af4703a358
|
@ -64,6 +64,8 @@ const preferencesRoutes: Routes = [
|
||||||
CoreCronDelegate.register(AddonNotificationsCronHandler.instance);
|
CoreCronDelegate.register(AddonNotificationsCronHandler.instance);
|
||||||
CorePushNotificationsDelegate.registerClickHandler(AddonNotificationsPushClickHandler.instance);
|
CorePushNotificationsDelegate.registerClickHandler(AddonNotificationsPushClickHandler.instance);
|
||||||
CoreSettingsDelegate.registerHandler(AddonNotificationsSettingsHandler.instance);
|
CoreSettingsDelegate.registerHandler(AddonNotificationsSettingsHandler.instance);
|
||||||
|
|
||||||
|
AddonNotificationsMainMenuHandler.initialize();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue