forked from organicmaps/organicmaps
Don't show ugc on objects.
This commit is contained in:
parent
cdaee4164a
commit
f2951256a3
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ using namespace place_page;
|
|||
[Statistics logEvent:kStatPlacepageTaxiShow withParameters:@{ @"provider" : provider }];
|
||||
}
|
||||
|
||||
if (true /* Is possible to leave review */)
|
||||
// TODO: Implement IsUGCAvailableChecker.
|
||||
if (false /* Is possible to leave review */)
|
||||
{
|
||||
m_sections.push_back(Sections::UGC);
|
||||
[self fillUGCSection];
|
||||
|
|
Loading…
Add table
Reference in a new issue