Skip to content

Commit

Permalink
T18867832: set proper background color for transfer cell that are queued
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekkuzma-mega committed Oct 23, 2024
1 parent 227f4f1 commit 809e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iMEGA/Node/Transfers/TransferTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ - (void)configureCellForQueuedTransfer:(NSString *)uploadTransferLocalIdentifier
[self.iconImageView setImage:[NodeAssetsManager.shared imageFor:extension]];
}
}];

self.backgroundColor = [UIColor pageBackgroundColor];
[self queuedStateLayout];
}

Expand Down

0 comments on commit 809e134

Please sign in to comment.