kopia lustrzana https://github.com/JOSM/MapWithAI
Fix order of parameters
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
6490070f45
commit
afc3263db2
|
@ -99,7 +99,7 @@ public class MapWithAIRemoteControl extends RequestHandler.RawURLParseRequestHan
|
|||
if (url != null) {
|
||||
// TODO make option for permanent url
|
||||
String tSource = source == null ? url : source;
|
||||
MapWithAIPreferenceHelper.setMapWithAIUrl(url, tSource, true, false);
|
||||
MapWithAIPreferenceHelper.setMapWithAIUrl(tSource, url, true, false);
|
||||
}
|
||||
if (switchLayer != null) {
|
||||
MapWithAIPreferenceHelper.setSwitchLayers(switchLayer, false);
|
||||
|
|
Ładowanie…
Reference in New Issue