Don't clear covers on stop

This commit is contained in:
Christopher Eby 2010-03-21 17:21:29 -05:00
parent c5bf6837c0
commit 0542c93faf

View File

@ -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) {