Merge branch 'mkirk/fix-movie-confirmation-preview' into hotfix/2.19.5

pull/1/head
Michael Kirk 8 years ago
commit 9ee293227d

@ -355,7 +355,10 @@ NS_ASSUME_NONNULL_BEGIN
- (void)updateFooterBarButtonItemsWithIsPlayingVideo:(BOOL)isPlayingVideo
{
OWSAssert(self.footerBar);
if (!self.footerBar) {
DDLogVerbose(@"%@ No footer bar visible.", self.logTag);
return;
}
NSMutableArray<UIBarButtonItem *> *toolbarItems = [NSMutableArray new];

Loading…
Cancel
Save