Put metadata header below the buttons
This commit is contained in:
parent
1a17f87945
commit
acc8ec6912
1 changed files with 4 additions and 4 deletions
|
|
@ -169,10 +169,6 @@ fun MangaInfoHeader(
|
|||
}
|
||||
}
|
||||
|
||||
// SY --> Manga metadata
|
||||
mangaMetadataHeader?.invoke()
|
||||
// SY <--
|
||||
|
||||
// Action buttons
|
||||
Row(modifier = Modifier.padding(start = 16.dp, top = 8.dp, end = 16.dp)) {
|
||||
val defaultActionButtonColor = MaterialTheme.colorScheme.onSurface.copy(alpha = .38f)
|
||||
|
|
@ -215,6 +211,10 @@ fun MangaInfoHeader(
|
|||
)
|
||||
}
|
||||
|
||||
// SY --> Manga metadata
|
||||
mangaMetadataHeader?.invoke()
|
||||
// SY <--
|
||||
|
||||
// Expandable description-tags
|
||||
Column {
|
||||
val (expanded, onExpanded) = rememberSaveable {
|
||||
|
|
|
|||
Loading…
Reference in a new issue