diff --git a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m index 92812e873..be9ef00f0 100644 --- a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m +++ b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m @@ -1173,6 +1173,9 @@ typedef enum : NSUInteger { { [super viewDidAppear:animated]; + // recover status bar when returning from PhotoPicker, which is dark (uses light status bar) + [self setNeedsStatusBarAppearanceUpdate]; + [ProfileFetcherJob runWithThread:self.thread]; [self markVisibleMessagesAsRead]; [self startReadTimer];