Skip to content

Commit

Permalink
Merge pull request #260 from radixdlt/do-not-check-relay-on-desktop
Browse files Browse the repository at this point in the history
fix: do not check relay responses on desktop
  • Loading branch information
dawidsowardx authored Sep 24, 2024
2 parents ab6e22a + b01706b commit c65fa2a
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 c65fa2a

Please sign in to comment.