Skip to content

Commit 240e8f2

Browse files
authored
Fixed typo
1 parent 6a3dfa0 commit 240e8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/schabi/newpipe/local/feed/FeedFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
601601
)
602602
}
603603
} else {
604-
// Increases execution time due to the order of the items (newest always on top)
604+
// Decreases execution time due to the order of the items (newest always on top)
605605
// Once a item is is before the updateTime we can skip all following items
606606
doCheck = false
607607
}

0 commit comments

Comments
 (0)