fix: typo

This commit is contained in:
aayush262 2024-02-12 21:44:54 +05:30
parent a73b049fd4
commit d37ebf8cdd

View file

@ -21,7 +21,7 @@ class CommentsFragment : AppCompatActivity(){
binding = FragmentCommentsBinding.inflate(layoutInflater)
setContentView(binding.root)
binding.CommentsLayout.updateLayoutParams<ViewGroup.MarginLayoutParams> {
binding.commentsLayout.updateLayoutParams<ViewGroup.MarginLayoutParams> {
topMargin = statusBarHeight
bottomMargin = navBarHeight
}