mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Remove some TODOs
This commit is contained in:
parent
2c2349aa63
commit
db2e2916a5
1 changed files with 0 additions and 5 deletions
|
@ -50,11 +50,6 @@ internal class DefaultLoadMorePollsTask @Inject constructor(
|
|||
while (shouldFetchMoreEventsBackward(currentPollHistoryStatus)) {
|
||||
currentPollHistoryStatus = fetchMorePollEventsBackward(params)
|
||||
}
|
||||
// TODO
|
||||
// check how it behaves when cancelling the process: it should resume where it was stopped
|
||||
// check the network calls done using Flipper
|
||||
// check forward of error in case of call api failure
|
||||
// test on large room
|
||||
|
||||
return LoadedPollsStatus(
|
||||
canLoadMore = currentPollHistoryStatus.isEndOfPollsBackward.not(),
|
||||
|
|
Loading…
Reference in a new issue