We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3dfa0 commit 240e8f2Copy full SHA for 240e8f2
app/src/main/java/org/schabi/newpipe/local/feed/FeedFragment.kt
@@ -601,7 +601,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
601
)
602
}
603
} else {
604
- // Increases execution time due to the order of the items (newest always on top)
+ // Decreases execution time due to the order of the items (newest always on top)
605
// Once a item is is before the updateTime we can skip all following items
606
doCheck = false
607
0 commit comments