190191192193194195196197198199200
if (downloadedFile == null) { /* Some error occured or the file is not valid, delete the temporary file */ tmp.delete(); callback.onError(title, new FailedToRenameException()); } else { if (downloadCallback != null) {