aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordaneren2005 <daneren2005@gmail.com>2014-06-11 08:31:07 -0700
committerdaneren2005 <daneren2005@gmail.com>2014-06-11 08:31:07 -0700
commit4b7213dba44fed876aebb8821c38923182ca5e47 (patch)
tree4b68ce3548d05088f4715061e9247f7fc663eff3 /src
parentcf2795ada0897f97fd4db963a103d05a8b64cb3a (diff)
downloaddsub-4b7213dba44fed876aebb8821c38923182ca5e47.tar.gz
dsub-4b7213dba44fed876aebb8821c38923182ca5e47.tar.bz2
dsub-4b7213dba44fed876aebb8821c38923182ca5e47.zip
Revert abandonAudioFocus on pause
Keeps getting stuck in infinite loop where pressing play just requests focus and abandons it immediately
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/service/DownloadService.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java
index c1576fe2..ef98253b 100644
--- a/src/github/daneren2005/dsub/service/DownloadService.java
+++ b/src/github/daneren2005/dsub/service/DownloadService.java
@@ -1052,7 +1052,6 @@ public class DownloadService extends Service {
} else {
Util.hidePlayingNotification(this, this, handler);
}
- Util.abandonAudioFocus(this);
} else if(hide) {
Util.hidePlayingNotification(this, this, handler);
}