Update back-page how-to-pages

This commit is contained in:
Oleksandr Balan
2022-08-21 10:48:04 +02:00
parent 495f6f3651
commit 858a0faf2a
2 changed files with 24 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ import eu.wewox.pagecurl.ui.SpacingSmall
@Composable
fun BackPagePageCurlScreen() {
Box(Modifier.fillMaxSize()) {
val pages = remember { HowToPageData.shadowHowToPages }
val pages = remember { HowToPageData.backPageHowToPages }
var zoomOut by remember { mutableStateOf(false) }
val state = rememberPageCurlState(
max = pages.size,