Merge pull request #2904 from praveenrajput/master

Closes comments on auto play video change. Fixes #2898
This commit is contained in:
Bnyro 2023-01-30 13:59:35 +01:00 committed by GitHub
commit 259a1c1400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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