mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Automatic Lint
This commit is contained in:
@@ -75,7 +75,9 @@ fun rememberVerticalScrollbarAdapter(
|
|||||||
gridCells: GridCells,
|
gridCells: GridCells,
|
||||||
arrangement: Arrangement.Vertical? = null
|
arrangement: Arrangement.Vertical? = null
|
||||||
): ScrollbarAdapter = realRememberVerticalScrollbarAdapter(
|
): ScrollbarAdapter = realRememberVerticalScrollbarAdapter(
|
||||||
scrollState, gridCells, arrangement
|
scrollState,
|
||||||
|
gridCells,
|
||||||
|
arrangement
|
||||||
)
|
)
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
@@ -84,7 +86,9 @@ fun rememberHorizontalScrollbarAdapter(
|
|||||||
gridCells: GridCells,
|
gridCells: GridCells,
|
||||||
arrangement: Arrangement.Horizontal? = null
|
arrangement: Arrangement.Horizontal? = null
|
||||||
): ScrollbarAdapter = realRememberHorizontalScrollbarAdapter(
|
): ScrollbarAdapter = realRememberHorizontalScrollbarAdapter(
|
||||||
scrollState, gridCells, arrangement
|
scrollState,
|
||||||
|
gridCells,
|
||||||
|
arrangement
|
||||||
)
|
)
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
|
|||||||
Reference in New Issue
Block a user