mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +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();
|
||||
|
||||
_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