dix: comment scroll deadspace
This commit is contained in:
parent
b454a2e3d9
commit
3bbf9efe63
2 changed files with 5 additions and 3 deletions
|
@ -66,6 +66,7 @@ class CommentsFragment : Fragment() {
|
|||
savedInstanceState: Bundle?
|
||||
): View {
|
||||
binding = FragmentCommentsBinding.inflate(inflater, container, false)
|
||||
binding.commentsLayout.isNestedScrollingEnabled = true
|
||||
return binding.root
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue