This commit is contained in:
sonora 2015-10-26 17:18:51 +01:00
parent b65be2c490
commit ff4e58b7b2
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
package net.osmand.plus.download.ui;
package net.osmand.plus.download.ui;
import android.app.Activity;
import android.app.AlertDialog;
@ -1060,7 +1060,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment implement
final String mapDescription = getMapDescription(child.getFileName());
if (mapDescription.length() > 0) {
builder.append(mapDescription).append("");
builder.append(mapDescription).append("");
}
if (child.getSize() >= 0) {
@ -1069,7 +1069,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment implement
} else {
builder.append(child.getSize()).append(" KB");
}
builder.append("");
builder.append("");
}
if (child.getType() == LocalIndexType.TILES_DATA) {

View file

@ -1,4 +1,4 @@
package net.osmand.plus.download.ui;
package net.osmand.plus.download.ui;
import java.util.Comparator;
import java.util.List;