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
This line can throw on Samsung devices without Google Play Services installed (and only Samsung Browser).
I somehow fail to see how the exception handler wrapped around this does anything useful? It captures any exception to simply re-throws it? How is this supposed to be handled from the JS react side to not crash the app?
The text was updated successfully, but these errors were encountered:
cookies/android/src/main/java/com/reactnativecommunity/cookies/CookieManagerModule.java
Line 55 in 9420afc
This line can throw on Samsung devices without Google Play Services installed (and only Samsung Browser).
I somehow fail to see how the exception handler wrapped around this does anything useful? It captures any exception to simply re-throws it? How is this supposed to be handled from the JS react side to not crash the app?
The text was updated successfully, but these errors were encountered: