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 8b118b3 commit 108ca26Copy full SHA for 108ca26
app/src/main/java/fr/free/nrw/commons/nearby/NearbyMapFragment.java
@@ -671,7 +671,7 @@ private void passInfoToSheet(Place place) {
671
672
directionsButton.setOnClickListener(view -> {
673
//Open map app at given position
674
- Intent mapIntent = new Intent(Intent.ACTION_VIEW, place.location.getGmmIntentUri());
+ Intent mapIntent = new Intent(Intent.ACTION_VIEW, this.place.location.getGmmIntentUri());
675
if (mapIntent.resolveActivity(getActivity().getPackageManager()) != null) {
676
startActivity(mapIntent);
677
}
0 commit comments