Remove `open` modifier
This commit is contained in:
parent
c1ca49ce1a
commit
62e6d52a9d
|
|
@ -33,7 +33,7 @@ import kotlin.math.tan
|
|||
* @attr R.styleable#SkeletonView_skeletonCornerRadius
|
||||
* @attr R.styleable#SkeletonView_skeletonCircleStrokeWidth
|
||||
*/
|
||||
open class SkeletonView @JvmOverloads constructor(
|
||||
class SkeletonView @JvmOverloads constructor(
|
||||
context: Context,
|
||||
attrs: AttributeSet,
|
||||
defStyleAttr: Int = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue