Code factor improvements

This commit is contained in:
Saifuddin 2024-09-19 23:05:32 +05:30 committed by MohitMaliFtechiz
parent b81e4b5c97
commit cdf22a56f5

View File

@ -2459,7 +2459,7 @@ abstract class CoreReaderFragment :
// Save ForwardStack
webBackForwardList.let { historyList ->
for (index in (historyList.currentIndex + 1) until historyList.size) {
for (index in historyList.currentIndex + 1 until historyList.size) {
val historyItem = historyList.getItemAtIndex(index)
val pageHistory = WebViewHistoryItem(
zimId = zimId,