mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
Fix ktlint
This commit is contained in:
parent
cb88ae9eea
commit
432e301db5
@ -87,7 +87,10 @@ class CommentsAdapter(
|
|||||||
root.updatePadding(top = 20)
|
root.updatePadding(top = 20)
|
||||||
root.updateLayoutParams<MarginLayoutParams> { bottomMargin = 20 }
|
root.updateLayoutParams<MarginLayoutParams> { bottomMargin = 20 }
|
||||||
} else {
|
} 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