Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57e08887 authored by Nishant Dande's avatar Nishant Dande
Browse files

Modified as per review comment

parent a76430eb
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,11 +53,11 @@ class RetryMechanism {
    ): Boolean {
        if (shouldFailRetry()) return false
        retryBlock()
        updateAutoRetryCondition()
        incrementAutoRetryCounter()
        return true
    }

    private fun updateAutoRetryCondition() {
    private fun incrementAutoRetryCounter() {
        autoRetryCount++
    }