Add 30 min and 60 min to split interval options
This commit is contained in:
parent
c21fe8678f
commit
e4f269a1bd
1 changed files with 2 additions and 0 deletions
|
@ -720,6 +720,8 @@ public class TrackSegmentFragment extends OsmAndListFragment {
|
||||||
addOptionSplit(300, false, groups);
|
addOptionSplit(300, false, groups);
|
||||||
addOptionSplit(600, false, groups);
|
addOptionSplit(600, false, groups);
|
||||||
addOptionSplit(900, false, groups);
|
addOptionSplit(900, false, groups);
|
||||||
|
addOptionSplit(1800, false, groups);
|
||||||
|
addOptionSplit(3600, false, groups);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateSplit(List<GpxDisplayGroup> groups, SelectedGpxFile sf) {
|
private void updateSplit(List<GpxDisplayGroup> groups, SelectedGpxFile sf) {
|
||||||
|
|
Loading…
Reference in a new issue