mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 23:02:04 +01:00
Remove deprecated function
This commit is contained in:
@@ -65,11 +65,7 @@ fun SourceHomeScreen(
|
|||||||
|
|
||||||
VerticalScrollbar(
|
VerticalScrollbar(
|
||||||
modifier = Modifier.align(Alignment.CenterEnd).fillMaxHeight(),
|
modifier = Modifier.align(Alignment.CenterEnd).fillMaxHeight(),
|
||||||
adapter = rememberScrollbarAdapter(
|
adapter = rememberScrollbarAdapter(state)
|
||||||
scrollState = state,
|
|
||||||
itemCount = sources.size,
|
|
||||||
averageItemSize = 12.dp // TextBox height + Spacer height
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user