commit
0d99d5726c
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ public class SherpafyStageItineraryFragment extends SherpafyStageInfoFragment im
|
||||||
private GPXFile gpx;
|
private GPXFile gpx;
|
||||||
@Override
|
@Override
|
||||||
protected Void doInBackground(Void... params) {
|
protected Void doInBackground(Void... params) {
|
||||||
|
if (stage.gpxFile != null){
|
||||||
gpx = GPXUtilities.loadGPXFile(app, stage.gpxFile);
|
gpx = GPXUtilities.loadGPXFile(app, stage.gpxFile);
|
||||||
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
protected void onPostExecute(Void result) {
|
protected void onPostExecute(Void result) {
|
||||||
|
|
Loading…
Reference in a new issue