Fix process gpx task execution
This commit is contained in:
parent
dcccb2af9f
commit
bda783d934
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
|
||||||
allGpxAdapter.notifyDataSetChanged();
|
allGpxAdapter.notifyDataSetChanged();
|
||||||
}
|
}
|
||||||
asyncProcessor = new ProcessGpxTask();
|
asyncProcessor = new ProcessGpxTask();
|
||||||
asyncProcessor.execute();
|
asyncProcessor.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||||
}
|
}
|
||||||
updateCurrentTrack();
|
updateCurrentTrack();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue