summaryrefslogtreecommitdiff
path: root/Juick/MessagesViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/MessagesViewController.m')
-rw-r--r--Juick/MessagesViewController.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Juick/MessagesViewController.m b/Juick/MessagesViewController.m
index 24b8185..fe2c14d 100644
--- a/Juick/MessagesViewController.m
+++ b/Juick/MessagesViewController.m
@@ -72,9 +72,6 @@ static NSString *CellIdentifier = @"MessageCell";
// TODO: add to thread view too
[self.view addGestureRecognizer:[revealController panGestureRecognizer]];
}
- if (NSFoundationVersionNumber <= NSFoundationVersionNumber_iOS_6_1) {
- self.navigationController.navigationBar.tintColor = [ColorScheme navbarBackground];
- }
[self.tableView registerNib:[UINib nibWithNibName:@"MessageCell" bundle:nil] forCellReuseIdentifier:CellIdentifier];
self.tableView.rowHeight = UITableViewAutomaticDimension;