Merge pull request #2916 from Bnyro/master

Fix reviewdog/ktlint
This commit is contained in:
Bnyro 2023-01-30 19:44:55 +01:00 committed by GitHub
commit f9e96e9b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,10 @@ class CommentsAdapter(
root.updatePadding(top = 20)
root.updateLayoutParams<MarginLayoutParams> { bottomMargin = 20 }
} else {
root.background = AppCompatResources.getDrawable(root.context, R.drawable.rounded_ripple)
root.background = AppCompatResources.getDrawable(
root.context,
R.drawable.rounded_ripple
)
}
}