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
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
When developing my application, I have noticed that, when certain networking issues occur (the Wi-Fi is not connected, the device can't connect to the node, etc) exceptions sometimes are thrown. This is to be expected.
However, these exceptions are thrown in the ServiceConnection. The result is that I cannot gracefully handle these from my activity, which is completely separate, through user-facing means such as a Toast.