Removed obvious title from the "Playback Speed Controls"
This commit is contained in:
parent
f933db8117
commit
62efb588ef
2 changed files with 0 additions and 23 deletions
|
|
@ -157,11 +157,6 @@ public class PlaybackParameterDialog extends DialogFragment {
|
|||
setupControlViews(view);
|
||||
|
||||
final AlertDialog.Builder dialogBuilder = new AlertDialog.Builder(requireActivity())
|
||||
.setCustomTitle(
|
||||
View.inflate(
|
||||
getContext(),
|
||||
R.layout.dialog_playback_parameter_title,
|
||||
null))
|
||||
.setView(view)
|
||||
.setCancelable(true)
|
||||
.setNegativeButton(R.string.cancel, (dialogInterface, i) ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue