Fix issue

This commit is contained in:
Victor Shcherb 2014-06-10 02:15:33 +02:00
parent ede90bb322
commit a2dfac1056

View file

@ -276,7 +276,7 @@ public class GpxSelectionHelper {
String load = app.getSettings().SELECTED_GPX.get();
if(!Algorithms.isEmpty(load)) {
try {
JSONArray ar = new JSONArray("load");
JSONArray ar = new JSONArray(load);
for(int i = 0; i < ar.length(); i++) {
JSONObject obj = ar.getJSONObject(i);
if(obj.has(FILE)) {