Fix issue 97
git-svn-id: https://osmand.googlecode.com/svn/trunk@573 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
ab96ff18b6
commit
0dd0475855
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class GPXLayer implements OsmandMapLayer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (startIndex == -1) {
|
if (startIndex == -1) {
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
if (endIndex == -1) {
|
if (endIndex == -1) {
|
||||||
endIndex = l.size() - 1;
|
endIndex = l.size() - 1;
|
||||||
|
|
Loading…
Reference in a new issue