Recover status bar style when canceling PhotoPicker

This commit is contained in:
Michael Kirk 2019-01-18 17:29:39 -07:00
parent df4e5eb73e
commit f1e508cb60
1 changed files with 3 additions and 0 deletions

View File

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