forked from organicmaps/organicmaps
[ios] Fixed crash while editing bookmark's category.
This commit is contained in:
parent
c023a68809
commit
16b10bb015
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ enum RowInMetaInfo
|
|||
self.cachedTitle = data.externalTitle ? data.externalTitle : data.title;
|
||||
self.cachedCategory = data.bookmarkCategory;
|
||||
self.cachedColor = data.bookmarkColor;
|
||||
m_cachedBac = data.bac;
|
||||
}
|
||||
|
||||
[self configNavBar];
|
||||
|
|
Loading…
Add table
Reference in a new issue