Add 30 min and 60 min to split interval options

This commit is contained in:
xmd5a 2017-06-20 22:01:58 +03:00
parent c21fe8678f
commit e4f269a1bd

View file

@ -720,6 +720,8 @@ public class TrackSegmentFragment extends OsmAndListFragment {
addOptionSplit(300, false, groups);
addOptionSplit(600, false, groups);
addOptionSplit(900, false, groups);
addOptionSplit(1800, false, groups);
addOptionSplit(3600, false, groups);
}
private void updateSplit(List<GpxDisplayGroup> groups, SelectedGpxFile sf) {