Skip to content

Commit

Permalink
Remove tracks folder immediately from UI after it was deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-kutz committed Dec 5, 2024
1 parent 938cfcc commit c4962b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public void onFolderRenamed(@NonNull File newDir) {

@Override
public void onFolderDeleted() {
reloadTracks();
reloadTracks(true);
}

@Override
Expand Down

0 comments on commit c4962b4

Please sign in to comment.