fix: resolve showing next on previous

This commit is contained in:
TwistedUmbrellaX
2024-03-26 12:35:03 -04:00
parent 19b5b11b07
commit 8c3b2b2579
2 changed files with 2 additions and 2 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()
}

View File

@@ -404,7 +404,7 @@
<string name="subscriptions_checking_time">Subscriptions Update Frequency</string>
<string name="subscriptions_info">Amount of time for Dantotsu to periodically check for new Episodes/Chapters\n(Less time will cause more battery consumption)</string>
<string name="do_not_update">Don\'t Update</string>
<string name="loading_next_chap">Loading Next Chapter</string>
<string name="loading_chap_number">Loading Chapter %1$s</string>
<string name="sort_by_release_date">Sort by Release Date</string>
<string name="crop_borders">Crop Borders</string>
<string name="note">NOTE</string>