mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Fix suggestions after changing the selected video/audio quality
This commit is contained in:
parent
1340de9d4a
commit
a096a6af5e
@ -46,6 +46,6 @@ class DropdownMenu(
|
||||
}
|
||||
|
||||
fun setSelection(index: Int) {
|
||||
binding.autoCompleteTextView.setText(adapter.getItem(index))
|
||||
binding.autoCompleteTextView.setText(adapter.getItem(index), false)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user