forked from organicmaps/organicmaps
[android] Fixed review notes
https://github.com/mapsme/omim/pull/11313#discussion_r308637180
This commit is contained in:
parent
729d2df5ae
commit
b4cfc227d2
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ public class OnmapDownloader implements MwmActivity.LeftAnimationTrackListener
|
|||
UiUtils.showIf(isDownloading && hasCatalogPromo, mCatalogCallToActionContainer);
|
||||
|
||||
|
||||
if (mPromoBanner.getType() == DownloaderPromoBanner.DOWNLOADER_PROMO_TYPE_NO_PROMO)
|
||||
if (!isPromoFound)
|
||||
return;
|
||||
|
||||
Statistics.ParameterBuilder builder =
|
||||
|
|
Loading…
Add table
Reference in a new issue