Fix open on map
This commit is contained in:
parent
a5594a240f
commit
469e2e6ee7
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class WikivoyageWebViewClient extends WebViewClient {
|
|||
fragmentManager.popBackStackImmediate();
|
||||
|
||||
File path = app.getTravelHelper().createGpxFile(article);
|
||||
GPXUtilities.GPXFile gpxFile = article.getGpxFile();
|
||||
GPXFile gpxFile = article.getGpxFile();
|
||||
gpxFile.path = path.getAbsolutePath();
|
||||
app.getSelectedGpxHelper().setGpxFileToDisplay(gpxFile);
|
||||
MapActivity.launchMapActivityMoveToTop(activity);
|
||||
|
|
Loading…
Reference in a new issue