Checklist
Affected app version
1.2.2
Affected Android/Custom ROM version
Android 8.0
Affected device model
Huawei P10 Lite
How did you install the app?
Google Play Store
Steps to reproduce the bug
- go to the tracks queue list
- long tap on a track
- tap the trash bin icon
- a popup asks the user for confirmation and warns that this operation will also remove the file from the device
- confirm
Expected behavior
The file is deleted from the device
Actual behavior
the track entry is removed from the queue, file is still in the device
Screenshots/Screen recordings
No response
Additional information
Looks like deleteTracks() only removes the track from the list, but the delete_song_warning string says that the file will be removed from the device.
I think just blacklisting the file from the queue is fine (I guess it's the icon to the left of the trash bin). As already said in #28, managing files is a file manager's job
Checklist
Affected app version
1.2.2
Affected Android/Custom ROM version
Android 8.0
Affected device model
Huawei P10 Lite
How did you install the app?
Google Play Store
Steps to reproduce the bug
Expected behavior
The file is deleted from the device
Actual behavior
the track entry is removed from the queue, file is still in the device
Screenshots/Screen recordings
No response
Additional information
Looks like
deleteTracks()only removes the track from the list, but thedelete_song_warningstring says that the file will be removed from the device.I think just blacklisting the file from the queue is fine (I guess it's the icon to the left of the trash bin). As already said in #28, managing files is a file manager's job