Temporarily remove chapter name cleaning
To be added back in a more consistent manner later around the app. Probably when more things are Compose-y with less repetition. (cherry picked from commit c0214103a95e84e7f993831e497afc8560bed3ab)
This commit is contained in:
parent
743482dfd2
commit
070e2d94c7
@ -37,7 +37,9 @@ class ChapterHolder(
|
||||
val number = adapter.decimalFormat.format(chapter.chapter_number.toDouble())
|
||||
itemView.context.getString(R.string.display_mode_chapter, number)
|
||||
}
|
||||
else -> cleanChapterName(chapter, manga)
|
||||
else -> chapter.name
|
||||
// TODO: show cleaned name consistently around the app
|
||||
// else -> cleanChapterName(chapter, manga)
|
||||
}
|
||||
|
||||
// Set correct text color
|
||||
|
Loading…
x
Reference in New Issue
Block a user