Skip to content

Commit

Permalink
Removed obvious title from the "Playback Speed Controls"
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Nov 7, 2021
1 parent f933db8 commit 62efb58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ public Dialog onCreateDialog(@Nullable final Bundle savedInstanceState) {
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) ->
Expand Down
18 changes: 0 additions & 18 deletions app/src/main/res/layout/dialog_playback_parameter_title.xml

This file was deleted.

0 comments on commit 62efb58

Please sign in to comment.