We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f52398 commit caa0c63Copy full SHA for caa0c63
lib/screens/user_songs_page.dart
@@ -82,7 +82,7 @@ class _UserSongsPageState extends State<UserSongsPage> {
82
appBar: AppBar(
83
title: offlineMode.value ? Text(title) : null,
84
actions: [
85
- if (isLikedSongs)
+ if (isLikedSongs && songsList.isNotEmpty)
86
IconButton(
87
onPressed: _toggleEditMode,
88
icon: Icon(
0 commit comments