Merge pull request #5060 from Bnyro/master

fix: hide scroll to top button for replies
This commit is contained in:
Bnyro 2023-10-29 15:51:48 +01:00 committed by GitHub
commit a212e0a3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,