iOS background playing

This commit is contained in:
2024-08-30 22:57:38 +08:00
parent 4bf8715486
commit c97a7ae859
4 changed files with 29 additions and 24 deletions

View File

@ -240,7 +240,7 @@ class _PlayerScreenState extends State<PlayerScreen> {
width: 56,
height: 56,
child: IconButton.filled(
icon: (_isFetchingActiveTrack && _isPlaying)
icon: _isFetchingActiveTrack
? const SizedBox(
height: 20,
width: 20,