Put metadata header below the buttons

This commit is contained in:
Jobobby04 2022-06-27 09:07:25 -04:00
parent 1a17f87945
commit acc8ec6912

View File

@ -169,10 +169,6 @@ fun MangaInfoHeader(
} }
} }
// SY --> Manga metadata
mangaMetadataHeader?.invoke()
// SY <--
// Action buttons // Action buttons
Row(modifier = Modifier.padding(start = 16.dp, top = 8.dp, end = 16.dp)) { Row(modifier = Modifier.padding(start = 16.dp, top = 8.dp, end = 16.dp)) {
val defaultActionButtonColor = MaterialTheme.colorScheme.onSurface.copy(alpha = .38f) val defaultActionButtonColor = MaterialTheme.colorScheme.onSurface.copy(alpha = .38f)
@ -215,6 +211,10 @@ fun MangaInfoHeader(
) )
} }
// SY --> Manga metadata
mangaMetadataHeader?.invoke()
// SY <--
// Expandable description-tags // Expandable description-tags
Column { Column {
val (expanded, onExpanded) = rememberSaveable { val (expanded, onExpanded) = rememberSaveable {