M3psipax
Results
1
issues of
M3psipax
Like so: ``` public Task loadInBackground() { if (file == null) { return Task.forResult(null); } final ParseFile loadingFile = file; return file.getDataInBackground().onSuccessTask(new Continuation() { @Override public Task then(Task task) throws...