diff --git a/OsmAnd/src/net/osmand/plus/download/ui/LocalIndexesFragment.java b/OsmAnd/src/net/osmand/plus/download/ui/LocalIndexesFragment.java index d05b1dba7e..7c1f8e0e39 100644 --- a/OsmAnd/src/net/osmand/plus/download/ui/LocalIndexesFragment.java +++ b/OsmAnd/src/net/osmand/plus/download/ui/LocalIndexesFragment.java @@ -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) { diff --git a/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java b/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java index a0dc1472ea..a4b78919b5 100644 --- a/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java +++ b/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java @@ -1,4 +1,4 @@ -package net.osmand.plus.download.ui; +package net.osmand.plus.download.ui; import java.util.Comparator; import java.util.List;