Skip to content

Commit d281f9d

Browse files
committed
use XXX not TODO
1 parent 6fd99dc commit d281f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/network/NetworkCallbackStrategy.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ internal class PreferredNetworkCallbackStrategy @Inject constructor(context: Con
7171
override fun register(hasChanged: () -> Unit) {
7272
hasChangedCallback = hasChanged
7373
// Add a try catch for safety
74-
// TODO: It happens when running all tests in CI, at some points we reach a limit here causing TooManyRequestsException
74+
// XXX: It happens when running all tests in CI, at some points we reach a limit here causing TooManyRequestsException
7575
// and crashing the sync thread. We might have problem here, would need some investigation
7676
// for now adding a catch to allow CI to continue running
7777
try {

0 commit comments

Comments
 (0)