.
This commit is contained in:
parent
02d4356592
commit
5f43da1e4e
1 changed files with 0 additions and 1 deletions
|
|
@ -1183,7 +1183,6 @@ object UiUtil {
|
||||||
fun showAudioBitrateDialog(context: Activity, currentValue: String, ok: (newValue: String) -> Unit){
|
fun showAudioBitrateDialog(context: Activity, currentValue: String, ok: (newValue: String) -> Unit){
|
||||||
val entries = context.getStringArray(R.array.audio_bitrate)
|
val entries = context.getStringArray(R.array.audio_bitrate)
|
||||||
val entryValues = context.getStringArray(R.array.audio_bitrate_values)
|
val entryValues = context.getStringArray(R.array.audio_bitrate_values)
|
||||||
|
|
||||||
val prefIndex = entryValues.indexOf(currentValue)
|
val prefIndex = entryValues.indexOf(currentValue)
|
||||||
MaterialAlertDialogBuilder(context)
|
MaterialAlertDialogBuilder(context)
|
||||||
.setTitle(context.getString(R.string.bitrate))
|
.setTitle(context.getString(R.string.bitrate))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue