Fix world region reports URL.
This commit is contained in:
parent
75a839c1d3
commit
f0991e2464
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public class ReportsFragment extends BaseOsmAndFragment implements SearchSelecti
|
||||||
for (WorldRegion group : groups) {
|
for (WorldRegion group : groups) {
|
||||||
String name = getHumanReadableName(group);
|
String name = getHumanReadableName(group);
|
||||||
regionNames.add(name);
|
regionNames.add(name);
|
||||||
queryRegionNames.put(name, group.getRegionDownloadName());
|
queryRegionNames.put(name, group == root ? "" : group.getRegionDownloadName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue