forked from organicmaps/organicmaps
[ios] Fixed MAPSME-5644
This commit is contained in:
parent
51898d4e0f
commit
9b6df8e3b1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ enum RowInMetaInfo
|
|||
auto data = self.data;
|
||||
NSAssert(data, @"Data can't be nil!");
|
||||
self.cachedDescription = data.bookmarkDescription;
|
||||
self.cachedTitle = data.externalTitle ?: data.title;
|
||||
self.cachedTitle = data.title;
|
||||
self.cachedCategory = data.bookmarkCategory;
|
||||
self.cachedColor = data.bookmarkColor;
|
||||
m_cachedBookmarkAndCategory = data.bookmarkAndCategory;
|
||||
|
|
Loading…
Add table
Reference in a new issue