fix typo in GPXSelectionHelper
This commit is contained in:
parent
564ada151b
commit
dabb5eeb46
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ public class GpxSelectionHelper {
|
|||
}
|
||||
if(analysis.diffElevationUp > eleThreshold) {
|
||||
name += GpxUiHelper.getColorValue(ascClr, " \u2191 "+
|
||||
OsmAndFormatter.getFormattedAlt(analysis.diffElevationDown, app));
|
||||
OsmAndFormatter.getFormattedAlt(analysis.diffElevationUp, app));
|
||||
}
|
||||
}
|
||||
item.name = name;
|
||||
|
|
Loading…
Reference in a new issue