mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Language settings: Update comments
This commit is contained in:
@@ -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(), ^{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user