Merge branch 'sherpafy'

This commit is contained in:
Denis 2014-09-05 13:16:11 +03:00
commit e8721b575a

View file

@ -74,7 +74,9 @@ public class SherpafyStageItineraryFragment extends SherpafyStageInfoFragment im
private GPXFile gpx;
@Override
protected Void doInBackground(Void... params) {
gpx = GPXUtilities.loadGPXFile(app, stage.gpxFile);
if (stage.gpxFile != null){
gpx = GPXUtilities.loadGPXFile(app, stage.gpxFile);
}
return null;
}
protected void onPostExecute(Void result) {