Skip to content

Commit 2bbeab8

Browse files
author
masashiGMS
committed
Bug fix: issue #910
1 parent b247096 commit 2bbeab8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/android/plugin/google/maps/GoogleMaps.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,9 @@ public boolean onMarkerClick(Marker marker) {
12921292
if (disableAutoPan) {
12931293
marker.showInfoWindow();
12941294
return true;
1295+
} else {
1296+
marker.showInfoWindow();
1297+
return false;
12951298
}
12961299
}
12971300
}

0 commit comments

Comments
 (0)