mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Code factor improvements
This commit is contained in:
parent
b81e4b5c97
commit
cdf22a56f5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user