mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
commit
f9e96e9b27
@ -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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user