Fix sorting track
This commit is contained in:
parent
7d7112a571
commit
0870e89011
1 changed files with 0 additions and 1 deletions
|
@ -606,7 +606,6 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment implement
|
||||||
this.sortByMode = sortByMode;
|
this.sortByMode = sortByMode;
|
||||||
app.getSettings().TRACKS_SORT_BY_MODE.set(sortByMode);
|
app.getSettings().TRACKS_SORT_BY_MODE.set(sortByMode);
|
||||||
reloadTracks();
|
reloadTracks();
|
||||||
// allGpxAdapter.sort();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void openCoordinatesInput() {
|
private void openCoordinatesInput() {
|
||||||
|
|
Loading…
Reference in a new issue