Don't clear covers on stop
This commit is contained in:
parent
c5bf6837c0
commit
0542c93faf
@ -147,9 +147,7 @@ public class FullPlaybackActivity extends PlaybackActivity implements View.OnCli
|
||||
|
||||
mService = service;
|
||||
|
||||
if (service == null) {
|
||||
mCoverView.clearSongs();
|
||||
} else {
|
||||
if (service != null) {
|
||||
try {
|
||||
mDuration = service.getDuration();
|
||||
} catch (RemoteException e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user