diff --git a/app/src/main/java/ua/acclorite/book_story/presentation/reader/ReaderTopBar.kt b/app/src/main/java/ua/acclorite/book_story/presentation/reader/ReaderTopBar.kt index 4b2217fb..b7bd723c 100644 --- a/app/src/main/java/ua/acclorite/book_story/presentation/reader/ReaderTopBar.kt +++ b/app/src/main/java/ua/acclorite/book_story/presentation/reader/ReaderTopBar.kt @@ -106,10 +106,11 @@ fun ReaderTopBar( ) } ) - .basicMarquee(iterations = Int.MAX_VALUE)) + ) }, subtitle = { Text( + modifier = Modifier.basicMarquee(iterations = Int.MAX_VALUE), text = currentChapter?.title ?: activity.getString(R.string.no_chapters), color = MaterialTheme.colorScheme.onSurfaceVariant,