Closes comments on auto play video change. Fixes #2898

This commit is contained in:
Praveen Rajput 2023-01-29 21:50:34 +05:30
parent c5e21b5f18
commit 9eafffe712

View File

@ -815,6 +815,9 @@ class PlayerFragment : BaseFragment(), OnlinePlayerOptions {
// play the next video
playVideo()
// close comment bottom-sheet for next video
commentsViewModel.commentsSheetDismiss?.invoke()
}
}