Fix theme and icon color on startup

This commit is contained in:
CappielloAntonio 2021-04-12 17:56:09 +02:00
parent ecc941dc11
commit b3ae8b1fff
7 changed files with 20 additions and 4 deletions

View file

@ -16,6 +16,8 @@ import com.cappielloantonio.play.helper.MusicPlayerRemote;
import com.cappielloantonio.play.model.Song;
import com.cappielloantonio.play.repository.SongRepository;
import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.List;