forked from organicmaps/organicmaps
[search] Show flag and region for lat-lon results.
This commit is contained in:
parent
8dd8972b01
commit
fd4d12b7c3
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ Result PreResult2::GenerateFinalResult(
|
|||
uint32_t const type = GetBestType();
|
||||
|
||||
static SkipRegionInfo checker;
|
||||
if (type != 0 && !checker.IsContinent(type))
|
||||
if (!checker.IsContinent(type))
|
||||
{
|
||||
m_region.GetRegion(pInfo, info);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue