We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220415d commit 184be8aCopy full SHA for 184be8a
lib/java/com/google/android/material/shape/MaterialShapeDrawable.java
@@ -200,10 +200,6 @@ public MaterialShapeDrawable(@NonNull ShapePathModel shapePathModel) {
200
this((ShapeAppearanceModel) shapePathModel);
201
}
202
203
- /**
204
- * @param shapeAppearanceModel the {@link ShapeAppearanceModel} containing the path that will be
205
- * rendered in this drawable.
206
- */
207
public MaterialShapeDrawable(@NonNull ShapeAppearanceModel shapeAppearanceModel) {
208
this(new MaterialShapeDrawableState(shapeAppearanceModel, null));
209
0 commit comments