mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Prepare Dark theme - Handle table view cell customization
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
|
||||
@implementation RoomIncomingTextMsgWithoutSenderInfoBubbleCell
|
||||
|
||||
- (void)awakeFromNib
|
||||
- (void)customizeTableViewCellRendering
|
||||
{
|
||||
[super awakeFromNib];
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.messageTextView.tintColor = kRiotColorGreen;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user