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