mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
RoomFilesViewController: Hide line separators of empty cells
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
|
||||
self.bubblesTableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine;
|
||||
|
||||
// Hide line separators of empty cells
|
||||
self.bubblesTableView.tableFooterView = [[UIView alloc] init];
|
||||
|
||||
[self setNavBarButtons];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user