Browse Source

Fix sticky headers in recent chapters not working after rotation

len 8 years ago
parent
commit
fda0aa3ce1

+ 1 - 1
app/src/main/java/eu/kanade/tachiyomi/ui/recent_updates/RecentChaptersFragment.kt

@@ -188,7 +188,7 @@ class RecentChaptersFragment:
                 R.string.information_no_recent, R.drawable.ic_update_black_128dp)
 
         destroyActionModeIfNeeded()
-        adapter.updateDataSet(chapters.toMutableList(), true)
+        adapter.updateDataSet(chapters.toMutableList())
     }
 
     /**