Do not generate subtitle for non-feature place pages. Fixes assert on Android.

This commit is contained in:
Alex Zolotarev 2016-03-24 11:18:51 +03:00
parent 3f8b3fc64e
commit 8572b853ce

View file

@ -44,6 +44,9 @@ string Info::GetTitle() const
string Info::GetSubtitle() const
{
if (!IsFeature())
return {};
vector<string> values;
// Type.