Quintor / StudyBitsWallet

Apache License 2.0
4 stars 2 forks source link

Move network calls off Main thread #10

Open pimotte opened 5 years ago

pimotte commented 5 years ago

Currently, this line allows network calls on the main thread.

This causes usability issues, so we should ensure all network related activity in an AsyncTask