fix: hide scroll to top button for replies

This commit is contained in:
Bnyro 2023-10-29 15:53:03 +01:00
parent 40e85152ac
commit 1bbd5c7591

View File

@ -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,