Loading app/src/main/java/foundation/e/apps/domain/errors/RetryMechanism.kt +2 −2 Original line number Diff line number Diff line Loading @@ -53,11 +53,11 @@ class RetryMechanism { ): Boolean { if (shouldFailRetry()) return false retryBlock() updateAutoRetryCondition() incrementAutoRetryCounter() return true } private fun updateAutoRetryCondition() { private fun incrementAutoRetryCounter() { autoRetryCount++ } Loading Loading
app/src/main/java/foundation/e/apps/domain/errors/RetryMechanism.kt +2 −2 Original line number Diff line number Diff line Loading @@ -53,11 +53,11 @@ class RetryMechanism { ): Boolean { if (shouldFailRetry()) return false retryBlock() updateAutoRetryCondition() incrementAutoRetryCounter() return true } private fun updateAutoRetryCondition() { private fun incrementAutoRetryCounter() { autoRetryCount++ } Loading