Small fix

This commit is contained in:
Alexey Kulish 2015-10-27 17:42:11 +03:00
parent d7c1636460
commit d813018818

View file

@ -542,10 +542,7 @@ public class DownloadActivity extends ActionBarProgressActivity implements Downl
}
private void showGoToMap(WorldRegion worldRegion) {
// TODO Show dialog go to map (coordinates to open take from WorldRegion.getCenter)
GoToMapFragment.showInstance(worldRegion, this);
LOG.warn("111 - region=" + worldRegion.getRegionId());
}
private void showDownloadWorldMapIfNeeded() {