Recover status bar style when canceling PhotoPicker

pull/1/head
Michael Kirk 6 years ago
parent df4e5eb73e
commit f1e508cb60

@ -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];

Loading…
Cancel
Save