Fix ktlint
This commit is contained in:
parent
6504752768
commit
380157f6a0
1 changed files with 6 additions and 2 deletions
|
@ -431,7 +431,9 @@ class FixedGridLayoutManager : RecyclerView.LayoutManager() {
|
|||
*/
|
||||
measureChildWithMargins(view, 0, 0)
|
||||
layoutDecorated(
|
||||
view, leftOffset, topOffset,
|
||||
view,
|
||||
leftOffset,
|
||||
topOffset,
|
||||
leftOffset + mDecoratedChildWidth,
|
||||
topOffset + mDecoratedChildHeight
|
||||
)
|
||||
|
@ -821,7 +823,9 @@ class FixedGridLayoutManager : RecyclerView.LayoutManager() {
|
|||
|
||||
measureChildWithMargins(child, 0, 0)
|
||||
layoutDecorated(
|
||||
child, layoutLeft, layoutTop,
|
||||
child,
|
||||
layoutLeft,
|
||||
layoutTop,
|
||||
layoutLeft + mDecoratedChildWidth,
|
||||
layoutTop + mDecoratedChildHeight
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue