Stop hiding playlist on resume
This commit is contained in:
parent
f1fe5a087b
commit
9614cf9445
|
@ -4,6 +4,7 @@ Changelog
|
|||
## Next
|
||||
* Prevent now playing from closing upon resuming
|
||||
* Only show save and delete playlist functions in menu
|
||||
* Stop hiding playlist on resume
|
||||
|
||||
|
||||
## Version 0.3.1
|
||||
|
|
|
@ -544,7 +544,6 @@ public class NowPlayingFragment extends SubsonicFragment implements OnGestureLis
|
|||
if (downloadService != null) {
|
||||
downloadService.removeOnSongChangeListener(this);
|
||||
}
|
||||
playlistFlipper.setDisplayedChild(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue