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);
|
||||
} catch (JSONException e) { e.printStackTrace(); }
|
||||
if(listReturnListener!=null) {
|
||||
final List<String> finalList = list;
|
||||
// new Thread(new Runnable() {
|
||||
// @Override
|
||||
// public void run() {
|
||||
listReturnListener.onListReturn(finalList);
|
||||
//
|
||||
// }
|
||||
// }).run();
|
||||
listReturnListener.onListReturn(list);
|
||||
}
|
||||
}
|
||||
}, onPostExecuteListener);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue