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
NetworkUtils.java considers the state 'connecting' on mobile 'OK'
The network state check should be more restrictive, e.g. a download operation should pause also if being in state 'connecting', as the respecting network login process may fail.
The state info from the service is not checked against null and for 'connected' always.
The respective tests have no annotation and fail if annotated as test.
NetworkUtils.java considers the state 'connecting' on mobile 'OK'
Please review the proposal and comments in the fork branch
/chris1b/kiwix-android/tree/feature/improve_network_status_check
I will cleanup/simplify the proposed code upon your input.
The text was updated successfully, but these errors were encountered: