Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Goel <[email protected]>
  • Loading branch information
grvgoel81 authored and Gaurav Goel committed Nov 11, 2024
1 parent ee1bb79 commit 225eed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/web3auth/core/Web3Auth.kt
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions, context: Context) : WebViewResu
runOnUIThread {
if (error == null) {
web3AuthResponse = resp
initializeCf.complete(null)
} else {
initializeCf.completeExceptionally(error)
}
initializeCf.complete(null)
}
}
} else {
Expand Down

0 comments on commit 225eed9

Please sign in to comment.