mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
Fix for Android error route ip+net: netlinkrib: permission denied
(#17166)
* status-go branch update
4cc53630...b9968a75
* comment start-searching-for-local-pairing-peers out
* revert status-go-version.json
---------
Co-authored-by: frank <lovefree103@gmail.com>
This commit is contained in:
parent
b2840a77a5
commit
d63b1240d7
@ -211,8 +211,12 @@
|
|||||||
(.then dispatch-url))
|
(.then dispatch-url))
|
||||||
200)
|
200)
|
||||||
(.addEventListener ^js react/linking "url" url-event-listener)
|
(.addEventListener ^js react/linking "url" url-event-listener)
|
||||||
(native-module/start-searching-for-local-pairing-peers
|
;;StartSearchForLocalPairingPeers() shouldn't be called ATM from the UI
|
||||||
#(log/info "[local-pairing] errors from local-pairing-preflight-outbound-check ->" %)))
|
;;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
|
(defn finalize
|
||||||
"Remove event listener for url"
|
"Remove event listener for url"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user