Stop hiding playlist on resume

This commit is contained in:
Andrew Rabert 2018-07-03 18:35:05 -04:00
parent f1fe5a087b
commit 9614cf9445
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -544,7 +544,6 @@ public class NowPlayingFragment extends SubsonicFragment implements OnGestureLis
if (downloadService != null) {
downloadService.removeOnSongChangeListener(this);
}
playlistFlipper.setDisplayedChild(0);
}
}