forked from organicmaps/organicmaps
[iOS] show wiki description in PP while offline
This commit is contained in:
parent
ff41f2e04e
commit
10d142df41
1 changed files with 4 additions and 0 deletions
|
@ -909,6 +909,10 @@ NSString * const kUserDefaultsLatLonAsDMSKey = @"UserDefaultsLatLonAsDMS";
|
|||
auto const row = canUseNetwork.CanUse() ? PromoCatalogRow::GuidesRequestError : PromoCatalogRow::GuidesNoInternetError;
|
||||
if (!api) {
|
||||
m_promoCatalogRows.push_back(row);
|
||||
m_sections.insert(m_sections.begin() + 1, Sections::Description);
|
||||
if (self.refreshPromoCallback) {
|
||||
self.refreshPromoCallback([NSIndexSet indexSetWithIndex:1]);
|
||||
}
|
||||
[Statistics logEvent:kStatPlacepageSponsoredError
|
||||
withParameters:@{
|
||||
kStatProvider: kStatMapsmeGuides,
|
||||
|
|
Loading…
Add table
Reference in a new issue