Minor ui update.

This commit is contained in:
stonega 2021-01-24 22:39:02 +08:00
parent 1d334b58b2
commit 65769a2ec7
1 changed files with 1 additions and 2 deletions

View File

@ -125,7 +125,7 @@ class _PlaylistHomeState extends State<PlaylistHome> {
padding: EdgeInsets.zero, padding: EdgeInsets.zero,
icon: Icon( icon: Icon(
playing playing
? LineIcons.pause_solid ? LineIcons.pause_circle_solid
: LineIcons.play_solid, : LineIcons.play_solid,
size: 40), size: 40),
onPressed: () { onPressed: () {
@ -168,7 +168,6 @@ class _PlaylistHomeState extends State<PlaylistHome> {
audio.remoteErrorMessage, audio.remoteErrorMessage,
audio.backgroundAudioDuration), audio.backgroundAudioDuration),
builder: (_, info, __) { builder: (_, info, __) {
print(info.item2);
return info.item3 != null return info.item3 != null
? Text(info.item3, ? Text(info.item3,
style: TextStyle( style: TextStyle(