delete staples

This commit is contained in:
Rinat Nurmukhametov 2021-11-18 03:35:33 +03:00
parent c9678f8080
commit ad29d57377
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ abstract class DividerItemDecoration(
divider.setBounds(
bounds.left + startMargin,
top,
bounds.right - (endMargin.toFloat().px).toInt(),
bounds.right - endMargin.toFloat().px.toInt(),
bottom
)
divider.draw(canvas)