diff options
author | daneren2005 <daneren2005@gmail.com> | 2014-06-11 08:31:07 -0700 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2014-06-11 08:31:07 -0700 |
commit | 4b7213dba44fed876aebb8821c38923182ca5e47 (patch) | |
tree | 4b68ce3548d05088f4715061e9247f7fc663eff3 /src | |
parent | cf2795ada0897f97fd4db963a103d05a8b64cb3a (diff) | |
download | dsub-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.java | 1 |
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); } |