We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccacab4 + c9f4c88 commit de8e159Copy full SHA for de8e159
lib/src/main/java/com/masoudss/lib/WaveformSeekBar.kt
@@ -15,7 +15,7 @@ import kotlin.math.abs
15
import kotlin.math.floor
16
import kotlin.math.roundToInt
17
18
-class WaveformSeekBar @JvmOverloads constructor(
+open class WaveformSeekBar @JvmOverloads constructor(
19
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
20
) : View(context, attrs, defStyleAttr) {
21
0 commit comments