MOBILE-3320 notifications: Fix badge not updated after mark read

main
Dani Palou 2021-06-03 10:32:08 +02:00
parent ac9e87727a
commit af4703a358
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ const preferencesRoutes: Routes = [
CoreCronDelegate.register(AddonNotificationsCronHandler.instance);
CorePushNotificationsDelegate.registerClickHandler(AddonNotificationsPushClickHandler.instance);
CoreSettingsDelegate.registerHandler(AddonNotificationsSettingsHandler.instance);
AddonNotificationsMainMenuHandler.initialize();
},
},
],