mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Merge branch 'master' of gitlab.futo.org:videostreaming/grayjay
This commit is contained in:
+4
@@ -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 {
|
||||
|
||||
Submodule app/src/stable/assets/sources/rumble updated: 7d4303c82a...263ed8c7df
Submodule app/src/unstable/assets/sources/rumble updated: 7d4303c82a...263ed8c7df
Reference in New Issue
Block a user