fix: Solve glitch in allerte table

This commit is contained in:
Andrea Busi
2023-07-24 17:20:27 +02:00
parent 4770578ae3
commit ff50abd58a
2 changed files with 5 additions and 5 deletions
@@ -102,7 +102,7 @@ typedef NS_ENUM(NSInteger, AllerteTableRow) {
- (void)setupUI
{
self.title = [NSLocalizedString(@"tab_network", nil) capitalizedString];
self.tableView.estimatedRowHeight = 600.0;
self.tableView.estimatedRowHeight = 200.0;
self.tableView.rowHeight = UITableViewAutomaticDimension;
}