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:
Samuel Hawksby-Robinson 2023-09-06 08:24:40 +01:00 committed by GitHub
parent b2840a77a5
commit d63b1240d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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"