mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-09 02:28:55 +01:00
More linting fixes
This commit is contained in:
@@ -7,7 +7,11 @@ import android.view.View
|
||||
import android.widget.LinearLayout
|
||||
import eu.kanade.tachiyomi.R
|
||||
import eu.kanade.tachiyomi.util.view.inflate
|
||||
import kotlinx.android.synthetic.main.download_custom_amount.view.*
|
||||
import kotlinx.android.synthetic.main.download_custom_amount.view.btn_decrease
|
||||
import kotlinx.android.synthetic.main.download_custom_amount.view.btn_decrease_10
|
||||
import kotlinx.android.synthetic.main.download_custom_amount.view.btn_increase
|
||||
import kotlinx.android.synthetic.main.download_custom_amount.view.btn_increase_10
|
||||
import kotlinx.android.synthetic.main.download_custom_amount.view.myNumber
|
||||
import timber.log.Timber
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,7 +5,12 @@ import android.content.Context
|
||||
import android.util.AttributeSet
|
||||
import android.view.View
|
||||
import android.view.ViewGroup
|
||||
import android.widget.*
|
||||
import android.widget.CheckBox
|
||||
import android.widget.CheckedTextView
|
||||
import android.widget.EditText
|
||||
import android.widget.RadioButton
|
||||
import android.widget.Spinner
|
||||
import android.widget.TextView
|
||||
import androidx.appcompat.widget.TintTypedArray
|
||||
import androidx.core.view.ViewCompat
|
||||
import androidx.recyclerview.widget.LinearLayoutManager
|
||||
|
||||
Reference in New Issue
Block a user