Merge branch 'mkirk/apply-theme-atomically'

pull/1/head
Michael Kirk 7 years ago
commit df2d247adf

@ -46,7 +46,9 @@ NSString *const ThemeKeyThemeEnabled = @"ThemeKeyThemeEnabled";
[UIUtil setupSignalAppearence]; [UIUtil setupSignalAppearence];
[[NSNotificationCenter defaultCenter] postNotificationNameAsync:ThemeDidChangeNotification object:nil userInfo:nil]; [UIView performWithoutAnimation:^{
[[NSNotificationCenter defaultCenter] postNotificationName:ThemeDidChangeNotification object:nil userInfo:nil];
}];
} }
+ (UIColor *)backgroundColor + (UIColor *)backgroundColor

Loading…
Cancel
Save