forked from organicmaps/organicmaps
[ios] Color switch fix
This commit is contained in:
parent
386638521d
commit
93a7b9e32f
1 changed files with 2 additions and 1 deletions
|
@ -531,7 +531,8 @@ typedef NS_ENUM(NSUInteger, CellRow)
|
|||
ASSERT([self isBookmark], ());
|
||||
PlacePageInfoCell * cell = (PlacePageInfoCell *)[self.tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:ROW_COMMON inSection:0]];
|
||||
UIColor * color = [ColorPickerView colorForName:[ColorPickerView colorName:colorIndex]];
|
||||
[cell setColor:color];
|
||||
cell.color = color;
|
||||
[cell layoutSubviews];
|
||||
|
||||
Framework & framework = GetFramework();
|
||||
UserMark const * mark = [self userMark];
|
||||
|
|
Loading…
Add table
Reference in a new issue