mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 12:36:25 +00:00
Remove wrong background color for multiple accounts in the side menu
This commit is contained in:
parent
e51e26dedc
commit
03da576549
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue