forked from recloudstream/cloudstream
[skip ci] Apply fixes from CodeFactor (#289)
Co-authored-by: codefactor-io <support@codefactor.io>
This commit is contained in:
parent
710885a3b7
commit
1e8277b087
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ class HomeParentItemAdapterPreview(
|
||||||
isVisible = availableWatchStatusTypes.second.contains(watch).also {
|
isVisible = availableWatchStatusTypes.second.contains(watch).also {
|
||||||
anyVisible = anyVisible || it
|
anyVisible = anyVisible || it
|
||||||
}
|
}
|
||||||
|
|
||||||
isChecked = availableWatchStatusTypes.first.contains(watch)
|
isChecked = availableWatchStatusTypes.first.contains(watch)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue