Skip to content

Commit

Permalink
Fix WalletConnect stuck loading
Browse files Browse the repository at this point in the history
The loading used to stuck if the app is opened through a link.
  • Loading branch information
Radiokot committed Apr 12, 2024
1 parent f5526d9 commit acc89d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ private constructor(
return
}

if (state is State.Idle) {
if (state is State.Idle || state is State.WaitingForSessionRequest) {
// Only handle the request if not doing anything else.
// Otherwise, the request will be handled as a pending one
// once the current affair is finished.
Expand Down

0 comments on commit acc89d4

Please sign in to comment.