Manga reader quirks (#294)
* fix: resolve showing next on previous * fix: make your last words succinct
This commit is contained in:
parent
77c57846ed
commit
6dfe0269bf
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ class ChapterLoaderDialog : BottomSheetDialogFragment() {
|
|||
binding.selectorAutoListContainer.visibility = View.VISIBLE
|
||||
binding.selectorListContainer.visibility = View.GONE
|
||||
|
||||
binding.selectorTitle.text = getString(R.string.loading_next_chap)
|
||||
binding.selectorTitle.text = getString(R.string.loading_chap_number, chp.number)
|
||||
binding.selectorCancel.setOnClickListener {
|
||||
dismiss()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue