Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Sep 24, 2024
2 parents ea39977 + c65fa2a commit 893bce1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ export const RadixConnectRelayModule = (input: {
checkRelayLoop()
}

checkRelayLoop()
if (isMobile()) {
checkRelayLoop()
}

const sendWalletInteractionRequest = ({
session,
Expand Down

0 comments on commit 893bce1

Please sign in to comment.