decouple ThrottledSeekHandler from PlayerHandler
This commit is contained in:
parent
588759c6d3
commit
d1b7b5fe46
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ public class MusicService extends Service implements SharedPreferences.OnSharedP
|
||||||
queueHandlerThread.start();
|
queueHandlerThread.start();
|
||||||
queueHandler = new QueueHandler(this, queueHandlerThread.getLooper());
|
queueHandler = new QueueHandler(this, queueHandlerThread.getLooper());
|
||||||
|
|
||||||
throttledSeekHandler = new ThrottledSeekHandler(playerHandler);
|
throttledSeekHandler = new ThrottledSeekHandler(new Handler());
|
||||||
uiThreadHandler = new Handler();
|
uiThreadHandler = new Handler();
|
||||||
|
|
||||||
registerReceiver(widgetIntentReceiver, new IntentFilter(INTENT_EXTRA_WIDGET_UPDATE));
|
registerReceiver(widgetIntentReceiver, new IntentFilter(INTENT_EXTRA_WIDGET_UPDATE));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue