Skip to content

Commit

Permalink
Make RangeBarWithChart inheritable
Browse files Browse the repository at this point in the history
Changed RangeBarWithChart modifier to "open"
  • Loading branch information
THEAccess authored Apr 11, 2020
1 parent 011c189 commit 50a894d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import com.stfalcon.pricerangebar.model.BarEntry
import kotlinx.android.synthetic.main.item_range_bar.view.*
import java.util.*

class RangeBarWithChart @JvmOverloads constructor(
open class RangeBarWithChart @JvmOverloads constructor(
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
) : ConstraintLayout(context, attrs, defStyleAttr),
SimpleRangeView.OnTrackRangeListener {
Expand Down Expand Up @@ -423,4 +423,4 @@ class RangeBarWithChart @JvmOverloads constructor(

typedArray.recycle()
}
}
}

0 comments on commit 50a894d

Please sign in to comment.