Skip to content

Commit aca5307

Browse files
pekingmedsn5ft
authored andcommitted
[ProgressIndicator] Changed class visibility of CircularDrawingDelegate.
PiperOrigin-RevId: 322583285
1 parent 4005294 commit aca5307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/java/com/google/android/material/progressindicator/CircularDrawingDelegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import androidx.annotation.NonNull;
2626

2727
/** A delegate class to help draw the graphics for {@link ProgressIndicator} in circular types. */
28-
final class CircularDrawingDelegate implements DrawingDelegate {
28+
public final class CircularDrawingDelegate implements DrawingDelegate {
2929

3030
private RectF arcBound = new RectF();
3131
// This is a factor effecting the positive direction to draw the arc. -1 if inverse; +1 otherwise.

0 commit comments

Comments
 (0)