Skip to content

Commit

Permalink
Merge pull request #6889 from vector-im/gil/6888-Notifications_on_thi…
Browse files Browse the repository at this point in the history
…s_device_not_refreshed

"Notifications on this device" not refreshed in user settings screen
  • Loading branch information
gileluard authored Oct 17, 2022
2 parents bd9d6cf + 9301960 commit ff0faf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Riot/Modules/Settings/SettingsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,8 @@ - (void)refreshSettings

// Update notification access
[self refreshSystemNotificationSettings];

[[MXKAccountManager sharedManager].activeAccounts.firstObject loadCurrentPusher:nil failure:nil];
}

- (void)refreshSystemNotificationSettings
Expand Down
1 change: 1 addition & 0 deletions changelog.d/6888.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Notifications on this device" not refreshed in user settings screen

0 comments on commit ff0faf5

Please sign in to comment.