diff --git a/SignalMessaging/categories/Theme.m b/SignalMessaging/categories/Theme.m index c35cdf208..ed246518e 100644 --- a/SignalMessaging/categories/Theme.m +++ b/SignalMessaging/categories/Theme.m @@ -46,7 +46,9 @@ NSString *const ThemeKeyThemeEnabled = @"ThemeKeyThemeEnabled"; [UIUtil setupSignalAppearence]; - [[NSNotificationCenter defaultCenter] postNotificationNameAsync:ThemeDidChangeNotification object:nil userInfo:nil]; + [UIView performWithoutAnimation:^{ + [[NSNotificationCenter defaultCenter] postNotificationName:ThemeDidChangeNotification object:nil userInfo:nil]; + }]; } + (UIColor *)backgroundColor