reskin: Kill KVO on theme setting

This commit is contained in:
manuroe
2019-01-14 10:53:43 +01:00
parent 55748847e7
commit 2933cc4a6b
4 changed files with 27 additions and 34 deletions
@@ -3778,6 +3778,7 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)(void);
// The user wants to select this theme
RiotSettings.shared.userInterfaceTheme = newTheme;
ThemeService.shared.themeId = newTheme;
[self.tableView reloadData];
}