mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix plugin settings btn in recycler view
This commit is contained in:
parent
132dda6f4c
commit
01f525054c
1 changed files with 4 additions and 0 deletions
|
@ -104,7 +104,11 @@ class PluginAdapter(
|
|||
}
|
||||
|
||||
}
|
||||
} else {
|
||||
itemView.action_settings?.isVisible = false
|
||||
}
|
||||
} else {
|
||||
itemView.action_settings?.isVisible = false
|
||||
}
|
||||
|
||||
if (itemView.entry_icon?.setImage(metadata.iconUrl, null) != true) {
|
||||
|
|
Loading…
Reference in a new issue