forked from recloudstream/cloudstream
fix
This commit is contained in:
parent
e7e63b4855
commit
15ab0f2087
1 changed files with 3 additions and 3 deletions
|
@ -950,9 +950,9 @@ class ResultFragment : ResultTrailerPlayer() {
|
||||||
loadingDialog = builder.create()
|
loadingDialog = builder.create()
|
||||||
|
|
||||||
loadingDialog.show()
|
loadingDialog.show()
|
||||||
//loadingDialog.setOnDismissListener {
|
loadingDialog.setOnDismissListener {
|
||||||
// currentLoadingCount++
|
currentLoadingCount++
|
||||||
//}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val data = viewModel.loadEpisode(episodeClick.data, isCasting)
|
val data = viewModel.loadEpisode(episodeClick.data, isCasting)
|
||||||
|
|
Loading…
Reference in a new issue