Fixed Rumble channel contents having empty author. Changed TutorialVideo so author is not clickable.

This commit is contained in:
Koen 2023-12-21 10:20:52 +01:00
parent 0d80424799
commit 9a11717cf4
3 changed files with 6 additions and 2 deletions

View file

@ -447,6 +447,10 @@ class VideoDetailView : ConstraintLayout {
updateMoreButtons();
_channelButton.setOnClickListener {
if (video is TutorialFragment.TutorialVideo) {
return@setOnClickListener
}
(video?.author ?: _searchVideo?.author)?.let {
fragment.navigate<ChannelFragment>(it);
fragment.lifecycleScope.launch {

@ -1 +1 @@
Subproject commit 7d4303c82a1ec06871f0717a606f5c6cb87e78be
Subproject commit 263ed8c7dfea3915f4981b6dae0999ff02815f03

@ -1 +1 @@
Subproject commit 7d4303c82a1ec06871f0717a606f5c6cb87e78be
Subproject commit 263ed8c7dfea3915f4981b6dae0999ff02815f03