We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3074a commit 4020ab9Copy full SHA for 4020ab9
iMEGA/Cloud drive/Cells/NodeTableViewCell.m
@@ -230,9 +230,7 @@ - (void)updateWithTrait:(UITraitCollection *)currentTraitCollection {
230
self.infoLabel.textColor = [UIColor mnz_subtitlesForTraitCollection:self.traitCollection];
231
self.infoStringRightLabel.textColor = [UIColor mnz_subtitlesForTraitCollection:self.traitCollection];
232
233
- if (UIColor.isDesignTokenEnabled) {
234
- [self setCellBackgroundColorWith:self.traitCollection];
235
- }
+ [self setCellBackgroundColorWith:self.traitCollection];
236
237
if (self.cellFlavor != NodeTableViewCellFlavorRecentAction) {
238
return;
0 commit comments