dix: comment scroll deadspace

This commit is contained in:
rebelonion 2024-03-20 13:54:25 -05:00
parent b454a2e3d9
commit 3bbf9efe63
2 changed files with 5 additions and 3 deletions

View file

@ -66,6 +66,7 @@ class CommentsFragment : Fragment() {
savedInstanceState: Bundle?
): View {
binding = FragmentCommentsBinding.inflate(inflater, container, false)
binding.commentsLayout.isNestedScrollingEnabled = true
return binding.root
}