You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing with Android 13, when calling saveNetworkInDevice (when the local network was already successfully saved using that same function) doesn't trigger/throw the error ERR_NETWORK_SAVED specified in the documentation.
How can I make sure to get that error in order to fallback into the regular connectToLocalNetwork if it's already saved?
Thanks in advance again for your help!
The text was updated successfully, but these errors were encountered:
@aboozaid I'll debug it and let you know.. can you share any useful guidance from the native module? Otherwise I'll add a bunch of break points and let you know hopefully soon.
Testing with Android 13, when calling
saveNetworkInDevice
(when the local network was already successfully saved using that same function) doesn't trigger/throw the errorERR_NETWORK_SAVED
specified in the documentation.How can I make sure to get that error in order to fallback into the regular
connectToLocalNetwork
if it's already saved?Thanks in advance again for your help!
The text was updated successfully, but these errors were encountered: