Skip to content

Commit 480acb7

Browse files
authored
Merge pull request #388 from RignonNoel/fix-error-compilation
fix(android): error compilation from ccde819
2 parents a910687 + cd6f507 commit 480acb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map-view.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ export class MapView extends MapViewBase {
437437
}
438438

439439
removeAllMarkers() {
440-
if(!this._markers || !this.markers.length)
440+
if(!this._markers || !this._markers.length)
441441
return;
442442
this._markers.forEach(marker => {
443443
this._unloadInfoWindowContent(marker);

0 commit comments

Comments
 (0)