Fix join gaps visibility
This commit is contained in:
parent
62a8b4dbfe
commit
c697bf43d5
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ public class OptionsCard extends BaseCard {
|
|||
items.add(createDirectionsItem());
|
||||
}
|
||||
items.add(createDividerItem());
|
||||
items.add(createJoinGapsItem());
|
||||
if (gpxFile.getGeneralTrack() != null) {
|
||||
items.add(createJoinGapsItem());
|
||||
}
|
||||
items.add(createAnalyzeOnMapItem());
|
||||
items.add(createAnalyzeByIntervalsItem());
|
||||
|
||||
|
|
Loading…
Reference in a new issue