mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 17:30:49 +01:00
Minor fix
This commit is contained in:
parent
345f96055d
commit
263198dd89
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ import eu.kanade.tachiyomi.util.LocaleHelper
|
|||
import kotlinx.android.synthetic.main.catalogue_main_controller_card.*
|
||||
|
||||
class LangHolder(view: View, adapter: FlexibleAdapter<*>) :
|
||||
BaseFlexibleViewHolder(view, adapter, true) {
|
||||
BaseFlexibleViewHolder(view, adapter) {
|
||||
|
||||
fun bind(item: LangItem) {
|
||||
title.text = LocaleHelper.getDisplayName(item.code, itemView.context)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue