mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-09 09:39:51 +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();
|
updateMoreButtons();
|
||||||
|
|
||||||
_channelButton.setOnClickListener {
|
_channelButton.setOnClickListener {
|
||||||
|
if (video is TutorialFragment.TutorialVideo) {
|
||||||
|
return@setOnClickListener
|
||||||
|
}
|
||||||
|
|
||||||
(video?.author ?: _searchVideo?.author)?.let {
|
(video?.author ?: _searchVideo?.author)?.let {
|
||||||
fragment.navigate<ChannelFragment>(it);
|
fragment.navigate<ChannelFragment>(it);
|
||||||
fragment.lifecycleScope.launch {
|
fragment.lifecycleScope.launch {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7d4303c82a1ec06871f0717a606f5c6cb87e78be
|
Subproject commit 263ed8c7dfea3915f4981b6dae0999ff02815f03
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7d4303c82a1ec06871f0717a606f5c6cb87e78be
|
Subproject commit 263ed8c7dfea3915f4981b6dae0999ff02815f03
|
Loading…
Add table
Add a link
Reference in a new issue