mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Center extension name in ExtensionDetailsScreen
(#8407)
This commit is contained in:
parent
3222247969
commit
999bd4efee
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ private fun DetailsHeader(
|
|||
Text(
|
||||
text = extension.name,
|
||||
style = MaterialTheme.typography.headlineSmall,
|
||||
textAlign = TextAlign.Center,
|
||||
)
|
||||
|
||||
val strippedPkgName = extension.pkgName.substringAfter("eu.kanade.tachiyomi.extension.")
|
||||
|
|
Loading…
Reference in a new issue