Loading packages/SystemUI/src/com/android/systemui/media/MediaControlPanel.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -632,8 +632,10 @@ public class MediaControlPanel { public void onError() { public void onError() { Log.d(TAG, "Cannot resume with " + componentName); Log.d(TAG, "Cannot resume with " + componentName); mServiceComponent = null; mServiceComponent = null; clearControls(); if (!hasMediaSession()) { // remove // If it's not active and we can't resume, remove removePlayer(); } } } }, }, componentName); componentName); Loading Loading
packages/SystemUI/src/com/android/systemui/media/MediaControlPanel.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -632,8 +632,10 @@ public class MediaControlPanel { public void onError() { public void onError() { Log.d(TAG, "Cannot resume with " + componentName); Log.d(TAG, "Cannot resume with " + componentName); mServiceComponent = null; mServiceComponent = null; clearControls(); if (!hasMediaSession()) { // remove // If it's not active and we can't resume, remove removePlayer(); } } } }, }, componentName); componentName); Loading