diff --git a/Riot/Modules/Settings/SettingsViewController.m b/Riot/Modules/Settings/SettingsViewController.m index ebc64cd2d..9d73fba36 100644 --- a/Riot/Modules/Settings/SettingsViewController.m +++ b/Riot/Modules/Settings/SettingsViewController.m @@ -1331,6 +1331,8 @@ ChangePasswordCoordinatorBridgePresenterDelegate> // Update notification access [self refreshSystemNotificationSettings]; + + [[MXKAccountManager sharedManager].activeAccounts.firstObject loadCurrentPusher:nil failure:nil]; } - (void)refreshSystemNotificationSettings diff --git a/changelog.d/6888.bugfix b/changelog.d/6888.bugfix new file mode 100644 index 000000000..53c8df70b --- /dev/null +++ b/changelog.d/6888.bugfix @@ -0,0 +1 @@ +"Notifications on this device" not refreshed in user settings screen \ No newline at end of file