Skip to content

Commit

Permalink
Merge pull request #36 from KusStar/master
Browse files Browse the repository at this point in the history
Make WaveformSeekBar inheritable
  • Loading branch information
massoudss authored Nov 13, 2021
2 parents ccacab4 + c9f4c88 commit de8e159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/com/masoudss/lib/WaveformSeekBar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kotlin.math.abs
import kotlin.math.floor
import kotlin.math.roundToInt

class WaveformSeekBar @JvmOverloads constructor(
open class WaveformSeekBar @JvmOverloads constructor(
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
) : View(context, attrs, defStyleAttr) {

Expand Down

0 comments on commit de8e159

Please sign in to comment.