fix: a callback on playlist editor dialog closing tells me when to refresh the playlist view

This commit is contained in:
antonio 2023-08-25 12:22:43 +02:00
parent 56b48dbd4d
commit 3fc9b35fe4
4 changed files with 23 additions and 4 deletions

View file

@ -178,7 +178,7 @@ public class PlaylistCatalogueFragment extends Fragment implements ClickCallback
@Override
public void onPlaylistLongClick(Bundle bundle) {
PlaylistEditorDialog dialog = new PlaylistEditorDialog();
PlaylistEditorDialog dialog = new PlaylistEditorDialog(null);
dialog.setArguments(bundle);
dialog.show(activity.getSupportFragmentManager(), null);
hideKeyboard(requireView());