mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Light refactor on ThemePreference
This commit is contained in:
parent
671f158319
commit
5c2c468eca
1 changed files with 1 additions and 3 deletions
|
@ -180,9 +180,7 @@ class ThemePreference @JvmOverloads constructor(context: Context, attrs: Attribu
|
|||
|
||||
override var identifier = theme.hashCode().toLong()
|
||||
|
||||
override fun getViewHolder(v: View): FastAdapter.ViewHolder<ThemeItem> {
|
||||
return ViewHolder(v)
|
||||
}
|
||||
override fun getViewHolder(v: View) = ViewHolder(v)
|
||||
|
||||
@Suppress("UNUSED_PARAMETER")
|
||||
override var isSelected: Boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue