From a2fcd4a5b16745960ee5c8a8a38c784fe970a43a Mon Sep 17 00:00:00 2001 From: manuroe Date: Tue, 25 Jul 2017 11:34:41 +0200 Subject: [PATCH] Language settings: Update comments --- Riot/ViewController/SettingsViewController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Riot/ViewController/SettingsViewController.m b/Riot/ViewController/SettingsViewController.m index 6906fa211..9eafc67c6 100644 --- a/Riot/ViewController/SettingsViewController.m +++ b/Riot/ViewController/SettingsViewController.m @@ -3562,7 +3562,8 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)(); [[NSUserDefaults standardUserDefaults] setObject:language forKey:@"appLanguage"]; [[NSUserDefaults standardUserDefaults] synchronize]; - // Do a full sync to recompute matrix data (rooms data sources and summaries) + // Do a reload in order to recompute strings in the new language + // Note that "reloadMatrixSessions:NO" will reset room summaries [self startActivityIndicator]; dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.3 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{