mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-21 01:25:19 +01:00
Fixed empty audio fade duration dialog
This commit is contained in:
parent
af4347c4ff
commit
5fba286afb
3 changed files with 4 additions and 7 deletions
|
@ -53,7 +53,7 @@ class DurationPreferenceDialog : DialogFragment() {
|
|||
return materialDialog(R.string.audio_fade_duration)
|
||||
.setNegativeButton(android.R.string.cancel, null)
|
||||
.setPositiveButton(R.string.save) { _, _ -> updateDuration(binding.slider.value.toInt()) }
|
||||
.setView(view)
|
||||
.setView(binding.root)
|
||||
.create()
|
||||
.colorButtons()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue