Skip to content

Commit 33f9d7f

Browse files
Merge pull request #93 from Web3Auth/feat/testing-flutter
Changes in initialize function.
2 parents 5be5b8a + 07dfd82 commit 33f9d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/web3auth/core/Web3Auth.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
182182
this.authorizeSession().whenComplete { resp, error ->
183183
if (error == null) {
184184
web3AuthResponse = resp
185-
initializeCf.complete(null)
186185
} else {
187186
print(error)
188187
}
188+
initializeCf.complete(null)
189189
}
190190
} else {
191191
initializeCf.completeExceptionally(err)

0 commit comments

Comments
 (0)