We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b012ce4 commit 35a7d49Copy full SHA for 35a7d49
app/src/main/java/fr/free/nrw/commons/nearby/NearbyMapFragment.java
@@ -666,7 +666,7 @@ private void passInfoToSheet(Place place) {
666
667
directionsButton.setOnClickListener(view -> {
668
//Open map app at given position
669
- Intent mapIntent = new Intent(Intent.ACTION_VIEW, place.location.getGmmIntentUri());
+ Intent mapIntent = new Intent(Intent.ACTION_VIEW, this.place.location.getGmmIntentUri());
670
if (mapIntent.resolveActivity(getActivity().getPackageManager()) != null) {
671
startActivity(mapIntent);
672
}
0 commit comments