From 24d0d80c5b7640d199a6690f5f284a98c0954afd Mon Sep 17 00:00:00 2001 From: sonora Date: Mon, 26 Oct 2015 15:52:54 +0100 Subject: [PATCH] small test --- OsmAnd/src/net/osmand/plus/download/DownloadResources.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/download/DownloadResources.java b/OsmAnd/src/net/osmand/plus/download/DownloadResources.java index 07a61b165b..86a38dcd74 100644 --- a/OsmAnd/src/net/osmand/plus/download/DownloadResources.java +++ b/OsmAnd/src/net/osmand/plus/download/DownloadResources.java @@ -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 > groupByRegion = new LinkedHashMap>(); @@ -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 { } - } \ No newline at end of file