فهرست منبع

Fix reappearing indicator in the History tab (#6105)

Midyan Hamdoun 3 سال پیش
والد
کامیت
2a1bb3dc27
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/src/main/java/eu/kanade/tachiyomi/ui/recent/history/HistoryController.kt

+ 1 - 1
app/src/main/java/eu/kanade/tachiyomi/ui/recent/history/HistoryController.kt

@@ -105,7 +105,7 @@ class HistoryController :
      * @param mangaHistory list of manga history
      */
     fun onNextManga(mangaHistory: List<HistoryItem>, cleanBatch: Boolean = false) {
-        if (adapter?.itemCount ?: 0 == 0 || cleanBatch) {
+        if (adapter?.itemCount ?: 0 == 0) {
             resetProgressItem()
         }
         if (cleanBatch) {