Merge branch 'dev' of https://github.com/oxen-io/session-ios into sending-attachment-scrolling-fix-1

This commit is contained in:
Ryan ZHAO 2021-03-19 16:15:16 +11:00
commit 6b6246b106

View file

@ -265,7 +265,9 @@ CGFloat kIconViewLength = 24;
[LKViewControllerUtilities setUpDefaultSessionStyleForVC:self withTitle:title customBackButton:YES];
self.tableView.backgroundColor = UIColor.clearColor;
[self updateNavBarButtons];
if ([self.thread isKindOfClass:TSContactThread.class]) {
[self updateNavBarButtons];
}
}
- (void)updateTableContents