Skip to content

Commit

Permalink
Merge pull request #5060 from Bnyro/master
Browse files Browse the repository at this point in the history
fix: hide scroll to top button for replies
  • Loading branch information
Bnyro authored Oct 29, 2023
2 parents b72a6ad + 1bbd5c7 commit a212e0a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a212e0a

Please sign in to comment.