mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
Merge pull request #2482 from Bnyro/master
Fix crash when toggling the video description
This commit is contained in:
commit
0920efb215
@ -323,7 +323,7 @@ class PlayerFragment : BaseFragment(), OnlinePlayerOptions {
|
||||
|
||||
// video description and chapters toggle
|
||||
binding.playerTitleLayout.setOnClickListener {
|
||||
toggleDescription()
|
||||
if (this::streams.isInitialized) toggleDescription()
|
||||
}
|
||||
|
||||
binding.commentsToggle.setOnClickListener {
|
||||
|
Loading…
Reference in New Issue
Block a user