Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Nov 15, 2021
1 parent fc2db43 commit c17bc85
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 c17bc85

Please sign in to comment.