Fixed typo
This commit is contained in:
parent
a641c5bb58
commit
7638d229c0
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
} else {
|
} 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
|
// Once a item is is before the updateTime we can skip all following items
|
||||||
doCheck = false
|
doCheck = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue