From 4b7213dba44fed876aebb8821c38923182ca5e47 Mon Sep 17 00:00:00 2001 From: daneren2005 Date: Wed, 11 Jun 2014 08:31:07 -0700 Subject: Revert abandonAudioFocus on pause Keeps getting stuck in infinite loop where pressing play just requests focus and abandons it immediately --- src/github/daneren2005/dsub/service/DownloadService.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.3