mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Prepare Dark Theme
Observe user interface theme change. https://github.com/vector-im/riot-meta/issues/22
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#import "TableViewCellWithCollectionView.h"
|
||||
#import "RiotDesignValues.h"
|
||||
|
||||
@implementation TableViewCellWithCollectionView
|
||||
|
||||
@@ -23,6 +24,8 @@
|
||||
[super awakeFromNib];
|
||||
|
||||
self.editionViewHeightConstraint.constant = 0;
|
||||
|
||||
self.editionView.backgroundColor = kRiotSecondaryBgColor;
|
||||
}
|
||||
|
||||
- (void)prepareForReuse
|
||||
|
||||
Reference in New Issue
Block a user