mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Encryption info cell background color to safe area
Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
@@ -905,6 +905,11 @@
|
||||
encryptionInfoCell.accessoryType = UITableViewCellAccessoryNone;
|
||||
encryptionInfoCell.contentView.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;
|
||||
encryptionInfoCell.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;
|
||||
|
||||
// extend background color to safe area
|
||||
UIView *bgView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 1, 1)];
|
||||
bgView.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;
|
||||
encryptionInfoCell.backgroundView = bgView;
|
||||
|
||||
cell = encryptionInfoCell;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user