mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor(WebtoonRecyclerView): Redundant qualifier name
This commit is contained in:
parent
28a8a675ad
commit
9d16172095
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ open class WebtoonRecyclerView @JvmOverloads constructor(
|
|||
context: Context,
|
||||
attrs: AttributeSet? = null,
|
||||
defStyle: Int = 0,
|
||||
) : androidx.recyclerview.widget.RecyclerView(context, attrs, defStyle) {
|
||||
) : RecyclerView(context, attrs, defStyle) {
|
||||
|
||||
private var isZooming = false
|
||||
private var atLastPosition = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue