The TrackList class currently constructs dialogs using deprecated methods such as onPrepareDialog, onCreateDialog, showDialog. The DialogFragment class should be used instead.
I started the migration with the track renaming dialog on this work-in-progress branch.
@rcgroot Please let me know if you want me to continue with the remaining dialogs. If you have some other implementation in mind please comment here or inline on the branch code.
The
TrackListclass currently constructs dialogs using deprecated methods such asonPrepareDialog,onCreateDialog,showDialog. TheDialogFragmentclass should be used instead.I started the migration with the track renaming dialog on this work-in-progress branch.
@rcgroot Please let me know if you want me to continue with the remaining dialogs. If you have some other implementation in mind please comment here or inline on the branch code.