Linting fixes
This commit is contained in:
@@ -6,7 +6,7 @@ import android.widget.NumberPicker
|
||||
import eu.kanade.tachiyomi.R
|
||||
|
||||
class MinMaxNumberPicker @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) :
|
||||
NumberPicker(context, attrs) {
|
||||
NumberPicker(context, attrs) {
|
||||
|
||||
init {
|
||||
if (attrs != null) {
|
||||
|
||||
Reference in New Issue
Block a user