Skip to content

Commit

Permalink
fix: removed ping on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Sep 25, 2024
1 parent d76d346 commit f128bbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class WalletConnectCommunicationClient extends CommunicationClient {
}

private async checkWalletReadiness(_topic: string) {
if (this.pingInterval) {
if (this.pingInterval || this.isMobileOS()) {
return
}

Expand Down

0 comments on commit f128bbc

Please sign in to comment.