refactor(WebtoonRecyclerView): Redundant qualifier name

This commit is contained in:
Ahmad Ansori Palembani 2024-08-05 09:49:48 +07:00
parent 28a8a675ad
commit 9d16172095
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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