mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 00:11:02 +00:00
chore: execute lint inspection
address issues from lint inspection convert string literals to resources merge extension & download type
This commit is contained in:
@@ -14,7 +14,7 @@ import ani.dantotsu.settings.saving.PrefName
|
||||
import ani.dantotsu.settings.saving.SharedPreferenceStringSetLiveData
|
||||
import java.util.Locale
|
||||
|
||||
class SearchHistoryAdapter(private val type: String, private val searchClicked: (String) -> Unit) :
|
||||
class SearchHistoryAdapter(type: String, private val searchClicked: (String) -> Unit) :
|
||||
ListAdapter<String, SearchHistoryAdapter.SearchHistoryViewHolder>(
|
||||
DIFF_CALLBACK_INSTALLED
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user