Skip to content

Commit 9ab1333

Browse files
committed
made RadialProgressBar class open
1 parent 1b83e8a commit 9ab1333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radialprogressbar/src/main/java/com/mindorks/RadialProgressBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import kotlin.collections.ArrayList
2121
*/
2222

2323
@Suppress("MemberVisibilityCanBePrivate", "unused")
24-
class RadialProgressBar : View {
24+
open class RadialProgressBar : View {
2525
constructor(context: Context) : this(context, null)
2626
constructor(context: Context, attrs: AttributeSet?) : this(context, attrs, 0)
2727
constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : super(context, attrs, defStyleAttr) {

0 commit comments

Comments
 (0)