forked from organicmaps/organicmaps
Do not generate subtitle for non-feature place pages. Fixes assert on Android.
This commit is contained in:
parent
3f8b3fc64e
commit
8572b853ce
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ string Info::GetTitle() const
|
|||
|
||||
string Info::GetSubtitle() const
|
||||
{
|
||||
if (!IsFeature())
|
||||
return {};
|
||||
|
||||
vector<string> values;
|
||||
|
||||
// Type.
|
||||
|
|
Loading…
Add table
Reference in a new issue