mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Merge pull request #5060 from Bnyro/master
fix: hide scroll to top button for replies
This commit is contained in:
commit
a212e0a3c3
@ -55,6 +55,9 @@ class CommentsRepliesFragment : Fragment() {
|
||||
|
||||
val binding = _binding ?: return
|
||||
|
||||
val commentsSheet = parentFragment as? CommentsSheet
|
||||
commentsSheet?.binding?.btnScrollToTop?.isGone = true
|
||||
|
||||
repliesAdapter = CommentsAdapter(
|
||||
null,
|
||||
videoId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user