mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Fix of cell style in different themes.
This commit is contained in:
@@ -2138,6 +2138,8 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)();
|
||||
cryptoCell = [[MXKTableViewCellWithTextView alloc] init];
|
||||
}
|
||||
|
||||
cryptoCell.mxkTextView.textColor = kRiotPrimaryTextColor;
|
||||
cryptoCell.mxkTextView.backgroundColor = kRiotPrimaryBgColor;
|
||||
cryptoCell.mxkTextView.attributedText = [self cryptographyInformation];
|
||||
cryptoCell.mxkTextViewLeadingConstraint.constant = cell.separatorInset.left;
|
||||
cryptoCell.mxkTextViewTrailingConstraint.constant = cell.separatorInset.right;
|
||||
|
||||
Reference in New Issue
Block a user