This commit is contained in:
LagradOst 2022-07-17 02:43:49 +02:00
parent e7e63b4855
commit 15ab0f2087
1 changed files with 3 additions and 3 deletions

View File

@ -950,9 +950,9 @@ class ResultFragment : ResultTrailerPlayer() {
loadingDialog = builder.create()
loadingDialog.show()
//loadingDialog.setOnDismissListener {
// currentLoadingCount++
//}
loadingDialog.setOnDismissListener {
currentLoadingCount++
}
}
val data = viewModel.loadEpisode(episodeClick.data, isCasting)