Skip to content

Commit

Permalink
Revert "Allow a previously dashed line to be made solid (react-native…
Browse files Browse the repository at this point in the history
…-maps#3797)"

This reverts commit 02b8a1a.
  • Loading branch information
christopherdro committed Jul 5, 2021
1 parent c932f37 commit 1643093
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -100,7 +100,6 @@ public void setLineDashPattern(ReadableArray patternValues) {

private void applyPattern() {
if(patternValues == null) {
polyline.setPattern(null);
return;
}
this.pattern = new ArrayList<>(patternValues.size());

0 comments on commit 1643093

Please sign in to comment.