Fix world region reports URL.

This commit is contained in:
GaidamakUA 2016-01-21 10:25:26 +02:00
parent 75a839c1d3
commit f0991e2464

View file

@ -153,7 +153,7 @@ public class ReportsFragment extends BaseOsmAndFragment implements SearchSelecti
for (WorldRegion group : groups) {
String name = getHumanReadableName(group);
regionNames.add(name);
queryRegionNames.put(name, group.getRegionDownloadName());
queryRegionNames.put(name, group == root ? "" : group.getRegionDownloadName());
}
}