mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-14 23:18:43 +00:00
Add displaySheet reset.
This commit is contained in:
@@ -182,6 +182,7 @@ class AudioOutputPickerController(
|
||||
val isLegacy = Build.VERSION.SDK_INT < 31
|
||||
if (!willDisplayPicker) {
|
||||
if (isLegacy) {
|
||||
displaySheet = false
|
||||
onSelectedDeviceChanged(WebRtcAudioDevice(outputState.peekNext(), null))
|
||||
} else {
|
||||
newApiController!!.Picker(threshold = SHOW_PICKER_THRESHOLD)
|
||||
|
||||
Reference in New Issue
Block a user