Fix plugin icons
This commit is contained in:
parent
bc15dcb8b1
commit
bc5dbc1270
1 changed files with 0 additions and 5 deletions
|
@ -354,8 +354,6 @@ public class CustomOsmandPlugin extends OsmandPlugin {
|
|||
public void readDependentFilesFromJson(JSONObject json) throws JSONException {
|
||||
rendererNames = jsonArrayToList("rendererNames", json);
|
||||
routerNames = jsonArrayToList("routerNames", json);
|
||||
iconNames = getLocalizedMapFromJson("iconNames", json);
|
||||
imageNames = getLocalizedMapFromJson("imageNames", json);
|
||||
resourceDirName = json.optString("pluginResDir");
|
||||
}
|
||||
|
||||
|
@ -363,9 +361,6 @@ public class CustomOsmandPlugin extends OsmandPlugin {
|
|||
writeStringListToJson("rendererNames", json, rendererNames);
|
||||
writeStringListToJson("routerNames", json, routerNames);
|
||||
|
||||
writeLocalizedMapToJson("iconNames", json, iconNames);
|
||||
writeLocalizedMapToJson("imageNames", json, imageNames);
|
||||
|
||||
json.put("pluginResDir", resourceDirName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue