diff --git a/android/src/com/mapswithme/maps/downloader/OnmapDownloader.java b/android/src/com/mapswithme/maps/downloader/OnmapDownloader.java index f23462f915..559eda5362 100644 --- a/android/src/com/mapswithme/maps/downloader/OnmapDownloader.java +++ b/android/src/com/mapswithme/maps/downloader/OnmapDownloader.java @@ -102,7 +102,8 @@ public class OnmapDownloader implements MwmActivity.LeftAnimationTrackListener } }; - public void updateState(boolean shouldAutoDownload) { + public void updateState(boolean shouldAutoDownload) + { updateStateInternal(shouldAutoDownload); if (mPromoBanner == null || mCurrentCountry == null)