Fix confirmation preview

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 497b8b9605
commit 3a5fa63cd6

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

Loading…
Cancel
Save