Fix order of parameters

Signed-off-by: Taylor Smock <taylor.smock@kaart.com>
pull/1/head
Taylor Smock 2019-11-14 11:19:56 -07:00
rodzic 6490070f45
commit afc3263db2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 625F6A74A3E4311A
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);