From 1b12fed0c03a957ce5ef98fd39a282b210f5100e Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 27 Dec 2014 11:55:12 -0800 Subject: Sleep didn't do any good --- src/github/daneren2005/dsub/service/DownloadService.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java index 6caf5c58..3f643593 100644 --- a/src/github/daneren2005/dsub/service/DownloadService.java +++ b/src/github/daneren2005/dsub/service/DownloadService.java @@ -1523,8 +1523,6 @@ public class DownloadService extends Service { synchronized (DownloadService.this) { if (position != 0) { - Util.sleepQuietly(10); - Log.i(TAG, "Restarting player from position " + position); mediaPlayer.seekTo(position); } -- cgit v1.2.3