CB-2171: Patches are welcome.

This commit is contained in:
Joe Bowser 2013-01-11 11:26:36 -08:00
parent 57fc49ddc2
commit 29230d0316

View File

@ -680,8 +680,8 @@ public class FileTransfer extends CordovaPlugin {
InputStream inputStream = null;
try {
outputStream = new FileOutputStream(file);
inputStream = getInputStream(connection);
outputStream = new FileOutputStream(file);
synchronized (context) {
if (context.aborted) {
return;