mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +05:30
fix: hide scroll to top button for replies
This commit is contained in:
parent
40e85152ac
commit
1bbd5c7591
@ -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…
Reference in New Issue
Block a user