-
-
Notifications
You must be signed in to change notification settings - Fork 269
Description
The bug is reproduce only on 11 android when call ReactiveNetwork.observeNetworkConnectivity(context)
https://android-review.googlesource.com/c/platform/frameworks/base/+/1758029/
In ExoPlayer it is fixed like this
google/ExoPlayer@2e21208
android.net.ConnectivityManager.registerNetworkCallback (ConnectivityManager.java:4564)
com.github.pwittchen.reactivenetwork.library.rx2.network.observing.strategy.MarshmallowNetworkObservingStrategy.observeNetworkConnectivity (MarshmallowNetworkObservingStrategy.java:80)
com.github.pwittchen.reactivenetwork.library.rx2.ReactiveNetwork.observeNetworkConnectivity (ReactiveNetwork.java:92)
com.github.pwittchen.reactivenetwork.library.rx2.ReactiveNetwork.observeNetworkConnectivity (ReactiveNetwork.java:73)
Could you please catch this exception in library?
Thanks.