mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-02-02 08:54:05 +01:00
Automatic Lint
This commit is contained in:
@@ -267,4 +267,4 @@ private val Thickness = 4.dp
|
||||
private val FadeOutAnimationSpec =
|
||||
tween<Float>(
|
||||
durationMillis = ViewConfiguration.getScrollBarFadeDuration(),
|
||||
)
|
||||
)
|
||||
|
||||
@@ -66,4 +66,4 @@ expect fun rememberScrollbarAdapter(
|
||||
scrollState: LazyListState,
|
||||
): ScrollbarAdapter
|
||||
|
||||
expect fun Modifier.scrollbarPadding(): Modifier
|
||||
expect fun Modifier.scrollbarPadding(): Modifier
|
||||
|
||||
@@ -58,4 +58,4 @@ actual fun rememberScrollbarAdapter(
|
||||
return androidx.compose.foundation.rememberScrollbarAdapter(scrollState)
|
||||
}
|
||||
|
||||
actual fun Modifier.scrollbarPadding() = padding(horizontal = 4.dp, vertical = 8.dp)
|
||||
actual fun Modifier.scrollbarPadding() = padding(horizontal = 4.dp, vertical = 8.dp)
|
||||
|
||||
Reference in New Issue
Block a user