RoomFilesViewController: Hide line separators of empty cells

This commit is contained in:
giomfo
2016-10-13 16:36:11 +02:00
parent d209194a74
commit 13a9c43c14
@@ -75,6 +75,9 @@
self.bubblesTableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine;
// Hide line separators of empty cells
self.bubblesTableView.tableFooterView = [[UIView alloc] init];
[self setNavBarButtons];
}