We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4993f commit e89947cCopy full SHA for e89947c
1 file changed
app/src/main/java/com/github/aarcangeli/serioussamandroid/MainActivity.java
@@ -223,7 +223,7 @@ protected void onPostExecute(Void result) {
223
}
224
225
private class ReadFileTask extends AsyncTask<Void,Void,JSONObject> {
226
-
+ String updateURL = null;
227
@Override
228
protected JSONObject doInBackground(Void... params)
229
{
@@ -268,7 +268,6 @@ protected JSONObject doInBackground(Void... params)
268
protected void onPostExecute(JSONObject response) {
269
super.onPostExecute(response);
270
if (response != null) {
271
- String updateURL;
272
try {
273
if (BuildConfig.home.endsWith("TSE")) {
274
updateURL = response.getString("url_tse");
0 commit comments