diff --git a/app/src/main/java/org/schabi/newpipe/local/feed/FeedFragment.kt b/app/src/main/java/org/schabi/newpipe/local/feed/FeedFragment.kt index 0759308b3..01ff0b1c1 100644 --- a/app/src/main/java/org/schabi/newpipe/local/feed/FeedFragment.kt +++ b/app/src/main/java/org/schabi/newpipe/local/feed/FeedFragment.kt @@ -597,7 +597,7 @@ class FeedFragment : BaseStateFragment() { ) } } else { - // 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) // Once a item is is before the updateTime we can skip all following items doCheck = false }