TEST - Removed wakelock manager from service

This commit is contained in:
CappielloAntonio 2021-08-10 12:51:48 +02:00
parent 62fb57736a
commit b54e3588ba
2 changed files with 12 additions and 50 deletions

View file

@ -131,10 +131,6 @@ public class PlayerBottomSheetFragment extends Fragment implements MusicServiceE
if (pageState != -1) {
MusicPlayerRemote.playSongAt(position);
pageState = -1;
// TODO: Soluzione termporanea e non totalmente funzionante al problema del cambio colore
// TODO: |_ delle righe delle canzoni già riprodotte
playerSongQueueAdapter.notifyDataSetChanged();
}
}
});