Merge branch 'mkirk/fix-miscolored-status-bar' into release/2.34.0

pull/1/head
Michael Kirk 6 years ago
commit 3ac9732b65

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