mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-22 07:44:00 +01:00
use XXX not TODO
This commit is contained in:
parent
6fd99dc302
commit
d281f9dde5
@ -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 New Issue
Block a user