diff --git a/android/src/com/mapswithme/maps/downloader/OnmapDownloader.java b/android/src/com/mapswithme/maps/downloader/OnmapDownloader.java index 2e11bee631..d9396c151c 100644 --- a/android/src/com/mapswithme/maps/downloader/OnmapDownloader.java +++ b/android/src/com/mapswithme/maps/downloader/OnmapDownloader.java @@ -100,7 +100,7 @@ public class OnmapDownloader implements MwmActivity.LeftAnimationTrackListener if (showFrame) { - boolean hasParent = !TextUtils.isEmpty(mCurrentCountry.directParentName); + boolean hasParent = !CountryItem.isRoot(mCurrentCountry.directParentName); UiUtils.showIf(progress || enqueued, mProgress); UiUtils.showIf(!progress && !enqueued, mButton);