Change int syntax of DEFAULT_DISTANCE_FOR_SLOPE_DATA const
This commit is contained in:
parent
763a139ea9
commit
2197daa727
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ import static net.osmand.plus.download.DownloadActivity.formatMb;
|
|||
public class GpxUiHelper {
|
||||
|
||||
private static final int OPEN_GPX_DOCUMENT_REQUEST = 1005;
|
||||
private static final int DEFAULT_DISTANCE_FOR_SLOPE_DATA = 2_000_000;
|
||||
private static final int DEFAULT_DISTANCE_FOR_SLOPE_DATA = 2000000;
|
||||
private static final Log LOG = PlatformUtil.getLog(GpxUiHelper.class);
|
||||
|
||||
public static String getDescription(OsmandApplication app, GPXFile result, File f, boolean html) {
|
||||
|
|
Loading…
Reference in a new issue