diff --git a/src/status_im/utils/universal_links/core.cljs b/src/status_im/utils/universal_links/core.cljs index 31b119333f..24031297c1 100644 --- a/src/status_im/utils/universal_links/core.cljs +++ b/src/status_im/utils/universal_links/core.cljs @@ -211,8 +211,12 @@ (.then dispatch-url)) 200) (.addEventListener ^js react/linking "url" url-event-listener) - (native-module/start-searching-for-local-pairing-peers - #(log/info "[local-pairing] errors from local-pairing-preflight-outbound-check ->" %))) + ;;StartSearchForLocalPairingPeers() shouldn't be called ATM from the UI + ;;It can be called after the error "route ip+net: netlinkrib: permission denied" is fixed on status-go + ;;side + #_(native-module/start-searching-for-local-pairing-peers + #(log/info "[local-pairing] errors from local-pairing-preflight-outbound-check ->" %)) +) (defn finalize "Remove event listener for url"