Skip to content

Commit 4020ab9

Browse files
committed
T15005336: Fix recent page cell color issue
1 parent 0a3074a commit 4020ab9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

iMEGA/Cloud drive/Cells/NodeTableViewCell.m

+1-3
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,7 @@ - (void)updateWithTrait:(UITraitCollection *)currentTraitCollection {
230230
self.infoLabel.textColor = [UIColor mnz_subtitlesForTraitCollection:self.traitCollection];
231231
self.infoStringRightLabel.textColor = [UIColor mnz_subtitlesForTraitCollection:self.traitCollection];
232232

233-
if (UIColor.isDesignTokenEnabled) {
234-
[self setCellBackgroundColorWith:self.traitCollection];
235-
}
233+
[self setCellBackgroundColorWith:self.traitCollection];
236234

237235
if (self.cellFlavor != NodeTableViewCellFlavorRecentAction) {
238236
return;

0 commit comments

Comments
 (0)