From 93019603d0c6dff19233acf606f310832b695cc6 Mon Sep 17 00:00:00 2001 From: Gil Eluard Date: Fri, 14 Oct 2022 15:10:15 +0200 Subject: [PATCH] "Notifications on this device" not refreshed in user settings screen --- Riot/Modules/Settings/SettingsViewController.m | 2 ++ changelog.d/6888.bugfix | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelog.d/6888.bugfix diff --git a/Riot/Modules/Settings/SettingsViewController.m b/Riot/Modules/Settings/SettingsViewController.m index ebc64cd2d0..9d73fba361 100644 --- a/Riot/Modules/Settings/SettingsViewController.m +++ b/Riot/Modules/Settings/SettingsViewController.m @@ -1331,6 +1331,8 @@ - (void)refreshSettings // 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 0000000000..53c8df70b9 --- /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