Skip to content

Commit de8e159

Browse files
authored
Merge pull request #36 from KusStar/master
Make WaveformSeekBar inheritable
2 parents ccacab4 + c9f4c88 commit de8e159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/masoudss/lib/WaveformSeekBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import kotlin.math.abs
1515
import kotlin.math.floor
1616
import kotlin.math.roundToInt
1717

18-
class WaveformSeekBar @JvmOverloads constructor(
18+
open class WaveformSeekBar @JvmOverloads constructor(
1919
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
2020
) : View(context, attrs, defStyleAttr) {
2121

0 commit comments

Comments
 (0)