mirror of
https://github.com/stonega/tsacdop
synced 2025-03-04 03:07:46 +01:00
Minor ui update.
This commit is contained in:
parent
1d334b58b2
commit
65769a2ec7
@ -125,7 +125,7 @@ class _PlaylistHomeState extends State<PlaylistHome> {
|
||||
padding: EdgeInsets.zero,
|
||||
icon: Icon(
|
||||
playing
|
||||
? LineIcons.pause_solid
|
||||
? LineIcons.pause_circle_solid
|
||||
: LineIcons.play_solid,
|
||||
size: 40),
|
||||
onPressed: () {
|
||||
@ -168,7 +168,6 @@ class _PlaylistHomeState extends State<PlaylistHome> {
|
||||
audio.remoteErrorMessage,
|
||||
audio.backgroundAudioDuration),
|
||||
builder: (_, info, __) {
|
||||
print(info.item2);
|
||||
return info.item3 != null
|
||||
? Text(info.item3,
|
||||
style: TextStyle(
|
||||
|
Loading…
x
Reference in New Issue
Block a user