Remove commented out old code

This commit is contained in:
Jamorham 2018-02-23 09:15:47 +00:00
parent cd95a0f5dd
commit 7854a51cc0
No known key found for this signature in database
GPG key ID: 0BC5C3E0AAD64DF9

View file

@ -41,7 +41,6 @@ public class QueueThread extends Thread {
this.queue = queue;
PowerManager powerManager = (PowerManager) MainApp.instance().getApplicationContext().getSystemService(Context.POWER_SERVICE);
//mWakeLock = powerManager.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, "QueueThread");
mWakeLock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "QueueThread");
}