Manga reader quirks (#294)

* fix: resolve showing next on previous

* fix: make your last words succinct
This commit is contained in:
TwistedUmbrellaX
2024-03-26 17:10:27 -04:00
committed by GitHub
parent 77c57846ed
commit 6dfe0269bf
2 changed files with 3 additions and 3 deletions

View File

@@ -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()
}