mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Fixed Rumble channel contents having empty author. Changed TutorialVideo so author is not clickable.
This commit is contained in:
parent
0d80424799
commit
9a11717cf4
3 changed files with 6 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue