mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Fix default comment section
This commit is contained in:
parent
ed2aa848da
commit
356ba01dc1
1 changed files with 1 additions and 1 deletions
|
@ -1217,7 +1217,7 @@ class VideoDetailView : ConstraintLayout {
|
|||
_addCommentView.setContext(video.url, ref)
|
||||
_player.setMetadata(video.name, video.author.name);
|
||||
|
||||
if (video !is TutorialFragment.TutorialVideo) {
|
||||
if (video is TutorialFragment.TutorialVideo) {
|
||||
_toggleCommentType.setValue(false, false);
|
||||
} else {
|
||||
_toggleCommentType.setValue(!Settings.instance.other.polycentricEnabled || Settings.instance.comments.defaultCommentSection == 1, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue