mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Add comment
This commit is contained in:
parent
8db01a4c7f
commit
df69046302
1 changed files with 3 additions and 0 deletions
|
@ -335,6 +335,9 @@ open class ResultFragmentPhone : FullScreenPlayer() {
|
|||
syncModel.addFromUrl(storedData.url)
|
||||
val api = APIHolder.getApiFromNameNull(storedData.apiName)
|
||||
|
||||
// This may not be 100% reliable, and may delay for small period
|
||||
// before resultCastItems will be scrollable again, but this does work
|
||||
// most of the time.
|
||||
binding?.resultOverlappingPanels?.registerEndPanelStateListeners(
|
||||
object : OverlappingPanelsLayout.PanelStateListener {
|
||||
override fun onPanelStateChange(panelState: PanelState) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue