mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-04 15:19:48 +00:00
Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay
This commit is contained in:
commit
9f50f72eaa
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