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

pull/369/head
Ryan ZHAO 4 years ago
commit 6b6246b106

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

Loading…
Cancel
Save