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

This commit is contained in:
Dani Palou 2021-06-03 10:32:08 +02:00
parent ac9e87727a
commit af4703a358

View File

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