Skip to content

Commit

Permalink
unnecessary try block removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleks committed Aug 8, 2021
1 parent 41fa1f2 commit 8f18105
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ import org.matrix.android.sdk.api.failure.MatrixError
import org.matrix.android.sdk.api.failure.getRetryDelay
import org.matrix.android.sdk.api.failure.shouldBeRetried
import org.matrix.android.sdk.internal.network.ssl.CertUtil
import org.matrix.olm.BuildConfig
import retrofit2.HttpException
import timber.log.Timber
import java.io.IOException
import java.lang.Exception

/**
* Execute a request from the requestBlock and handle some of the Exception it could generate
Expand Down

0 comments on commit 8f18105

Please sign in to comment.