mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
use XXX not TODO
This commit is contained in:
parent
6fd99dc302
commit
d281f9dde5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ internal class PreferredNetworkCallbackStrategy @Inject constructor(context: Con
|
|||
override fun register(hasChanged: () -> Unit) {
|
||||
hasChangedCallback = hasChanged
|
||||
// Add a try catch for safety
|
||||
// TODO: It happens when running all tests in CI, at some points we reach a limit here causing TooManyRequestsException
|
||||
// XXX: It happens when running all tests in CI, at some points we reach a limit here causing TooManyRequestsException
|
||||
// and crashing the sync thread. We might have problem here, would need some investigation
|
||||
// for now adding a catch to allow CI to continue running
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue