Remove unused commented code.
This commit is contained in:
parent
298fab290a
commit
2b661013bd
1 changed files with 1 additions and 8 deletions
|
@ -101,14 +101,7 @@ public class AsyncDatabaseConnector {
|
||||||
list = parseListFromJSON(data);
|
list = parseListFromJSON(data);
|
||||||
} catch (JSONException e) { e.printStackTrace(); }
|
} catch (JSONException e) { e.printStackTrace(); }
|
||||||
if(listReturnListener!=null) {
|
if(listReturnListener!=null) {
|
||||||
final List<String> finalList = list;
|
listReturnListener.onListReturn(list);
|
||||||
// new Thread(new Runnable() {
|
|
||||||
// @Override
|
|
||||||
// public void run() {
|
|
||||||
listReturnListener.onListReturn(finalList);
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
// }).run();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, onPostExecuteListener);
|
}, onPostExecuteListener);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue