Closed simonpoole closed 2 weeks ago
Reading the OkHttps Response object in onPostExecute can potentially lead to network access on the main thread (probably depending on how much data is transferred). This fix moves any potential IO to doInBackground.
Reading the OkHttps Response object in onPostExecute can potentially lead to network access on the main thread (probably depending on how much data is transferred). This fix moves any potential IO to doInBackground.