aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-01-17 16:09:01 -0800
committerScott Jackson <daneren2005@gmail.com>2014-01-17 16:09:01 -0800
commit6301d84e1562156de47957d2c14fda82368f3ac0 (patch)
tree343957eb042bea2d0e81e6936e511a73d589ecd6 /src
parentf9612cbea3869b87d52772149d391286aae08640 (diff)
downloaddsub-6301d84e1562156de47957d2c14fda82368f3ac0.tar.gz
dsub-6301d84e1562156de47957d2c14fda82368f3ac0.tar.bz2
dsub-6301d84e1562156de47957d2c14fda82368f3ac0.zip
Remove wakelock killing for idiotic S3
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/service/DownloadServiceImpl.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadServiceImpl.java b/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
index 170c549b..287959b4 100644
--- a/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
+++ b/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
@@ -1323,8 +1323,6 @@ public class DownloadServiceImpl extends Service implements DownloadService {
}
}
}
-
- wakeLock.release();
}
});
}