Skip to content

Commit

Permalink
Nothing Really ... Really
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Nov 17, 2021
1 parent e106b4c commit 20f7358
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ class ScreenshotsAdapter(private val onClick: (Product.Screenshot) -> Unit) :
RecyclerView.LayoutParams.WRAP_CONTENT,
RecyclerView.LayoutParams.MATCH_PARENT
).apply {
marginStart =
image.context.resources.getDimension(R.dimen.shape_small_corner).toInt()
marginStart = image.context.resources.getDimension(R.dimen.shape_small_corner).toInt()
marginEnd = image.context.resources.getDimension(R.dimen.shape_small_corner).toInt()
}

Expand Down

0 comments on commit 20f7358

Please sign in to comment.