Remove wrong background color for multiple accounts in the side menu

This commit is contained in:
QuentinArguillere 2023-09-04 12:07:05 +02:00
parent e51e26dedc
commit 03da576549

View file

@ -169,7 +169,6 @@
cell.transform = CGAffineTransformMakeScale(-1.0, 1.0);
cell.textLabel.transform = CGAffineTransformMakeScale(-1.0, 1.0);
cell.imageView.transform = CGAffineTransformMakeScale(-1.0, 1.0);
cell.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"color_G.png"]];
} else {
SideMenuEntry *entry = [_sideMenuEntries objectAtIndex:indexPath.row];
cell.imageView.image = entry->img;