Skip to content

Commit cd6f507

Browse files
committed
fix(android): error compilation from ccde819
1 parent 0092aeb commit cd6f507

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
@@ -398,7 +398,7 @@ export class MapView extends MapViewBase {
398398
}
399399

400400
removeAllMarkers() {
401-
if(!this._markers || !this.markers.length)
401+
if(!this._markers || !this._markers.length)
402402
return;
403403
this._markers.forEach(marker => {
404404
this._unloadInfoWindowContent(marker);

0 commit comments

Comments
 (0)