mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-18 03:36:28 -07:00
fix: a callback on playlist editor dialog closing tells me when to refresh the playlist view
This commit is contained in:
parent
56b48dbd4d
commit
3fc9b35fe4
4 changed files with 23 additions and 4 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue