mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 18:53:55 +00:00
fix: typo
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user