Removed resetting of queue position in PlayingQueueFragment when song is removed from queue
This commit is contained in:
parent
97c56f9e57
commit
e405251f2c
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ class PlayingQueueFragment : AbsMusicServiceFragment(R.layout.fragment_playing_q
|
|||
|
||||
private fun updateQueue() {
|
||||
playingQueueAdapter?.swapDataSet(MusicPlayerRemote.playingQueue, MusicPlayerRemote.position)
|
||||
resetToCurrentPosition()
|
||||
}
|
||||
|
||||
private fun resetToCurrentPosition() {
|
||||
|
|
Loading…
Reference in a new issue