Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex authored Nov 14, 2021
1 parent 6a3dfa0 commit 240e8f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
)
}
} 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
}
Expand Down

0 comments on commit 240e8f2

Please sign in to comment.