mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
ktlint
This commit is contained in:
parent
bb784f5880
commit
843bdfd8e4
@ -78,7 +78,12 @@ class CommentsAdapter(
|
||||
repliesAvailable.visibility = View.GONE
|
||||
|
||||
if (position == 0) {
|
||||
root.setBackgroundColor(ContextCompat.getColor(root.context, R.color.replies_original_comment_background))
|
||||
root.setBackgroundColor(
|
||||
ContextCompat.getColor(
|
||||
root.context,
|
||||
R.color.replies_original_comment_background
|
||||
)
|
||||
)
|
||||
root.updateLayoutParams<MarginLayoutParams> { bottomMargin = 40 }
|
||||
divider.visibility = View.VISIBLE
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user