remove dead codes
This commit is contained in:
parent
600e0e561e
commit
e94e95e844
|
@ -1186,10 +1186,6 @@ public class PlaybackService extends MediaBrowserServiceCompat {
|
||||||
*/
|
*/
|
||||||
private Thread notificationSetupThread;
|
private Thread notificationSetupThread;
|
||||||
|
|
||||||
private void setupNotification(final Playable playable) {
|
|
||||||
setupNotification(playable, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
private synchronized void setupNotification(final Playable playable, boolean treatPauseAsStop) {
|
private synchronized void setupNotification(final Playable playable, boolean treatPauseAsStop) {
|
||||||
if (notificationSetupThread != null) {
|
if (notificationSetupThread != null) {
|
||||||
notificationSetupThread.interrupt();
|
notificationSetupThread.interrupt();
|
||||||
|
|
Loading…
Reference in New Issue