fix CP
This commit is contained in:
parent
b65be2c490
commit
ff4e58b7b2
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
package net.osmand.plus.download.ui;
|
package net.osmand.plus.download.ui;
|
||||||
|
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.app.AlertDialog;
|
import android.app.AlertDialog;
|
||||||
|
@ -1060,7 +1060,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment implement
|
||||||
|
|
||||||
final String mapDescription = getMapDescription(child.getFileName());
|
final String mapDescription = getMapDescription(child.getFileName());
|
||||||
if (mapDescription.length() > 0) {
|
if (mapDescription.length() > 0) {
|
||||||
builder.append(mapDescription).append(" • ");
|
builder.append(mapDescription).append(" • ");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (child.getSize() >= 0) {
|
if (child.getSize() >= 0) {
|
||||||
|
@ -1069,7 +1069,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment implement
|
||||||
} else {
|
} else {
|
||||||
builder.append(child.getSize()).append(" KB");
|
builder.append(child.getSize()).append(" KB");
|
||||||
}
|
}
|
||||||
builder.append(" • ");
|
builder.append(" • ");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (child.getType() == LocalIndexType.TILES_DATA) {
|
if (child.getType() == LocalIndexType.TILES_DATA) {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package net.osmand.plus.download.ui;
|
package net.osmand.plus.download.ui;
|
||||||
|
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
Loading…
Reference in a new issue