small test
This commit is contained in:
parent
7bf7c8fc93
commit
24d0d80c5b
1 changed files with 3 additions and 4 deletions
|
@ -203,10 +203,10 @@ public class DownloadResources extends DownloadResourceGroup {
|
|||
otherMapsGroup.addGroup(otherMapsScreen);
|
||||
|
||||
DownloadResourceGroup voiceGroup = new DownloadResourceGroup(this, DownloadResourceGroupType.VOICE_GROUP);
|
||||
DownloadResourceGroup voiceScreenRec = new DownloadResourceGroup(voiceGroup, DownloadResourceGroupType.VOICE_REC);
|
||||
DownloadResourceGroup voiceScreenTTS = new DownloadResourceGroup(voiceGroup, DownloadResourceGroupType.VOICE_TTS);
|
||||
DownloadResourceGroup voiceRec = new DownloadResourceGroup(voiceGroup, DownloadResourceGroupType.VOICE_HEADER_REC);
|
||||
DownloadResourceGroup voiceScreenRec = new DownloadResourceGroup(voiceGroup, DownloadResourceGroupType.VOICE_REC);
|
||||
DownloadResourceGroup voiceTTS = new DownloadResourceGroup(voiceGroup, DownloadResourceGroupType.VOICE_HEADER_TTS);
|
||||
DownloadResourceGroup voiceRec = new DownloadResourceGroup(voiceGroup, DownloadResourceGroupType.VOICE_HEADER_REC);
|
||||
|
||||
DownloadResourceGroup worldMaps = new DownloadResourceGroup(this, DownloadResourceGroupType.WORLD_MAPS);
|
||||
Map<WorldRegion, List<IndexItem> > groupByRegion = new LinkedHashMap<WorldRegion, List<IndexItem>>();
|
||||
|
@ -278,8 +278,8 @@ public class DownloadResources extends DownloadResourceGroup {
|
|||
|
||||
voiceScreenTTS.addGroup(voiceTTS);
|
||||
voiceScreenRec.addGroup(voiceRec);
|
||||
voiceGroup.addGroup(voiceScreenRec);
|
||||
voiceGroup.addGroup(voiceScreenTTS);
|
||||
voiceGroup.addGroup(voiceScreenRec);
|
||||
addGroup(voiceGroup);
|
||||
|
||||
createHillshadeSRTMGroups();
|
||||
|
@ -289,5 +289,4 @@ public class DownloadResources extends DownloadResourceGroup {
|
|||
}
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue