Tear down Bluetooth connection after voice memo recording.
This commit is contained in:
parent
fd116e0178
commit
61bf788f52
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ private class BluetoothVoiceNoteUtil31(val listener: () -> Unit) : BluetoothVoic
|
|||
listener()
|
||||
}
|
||||
|
||||
override fun disconnectBluetoothScoConnection() = Unit
|
||||
override fun disconnectBluetoothScoConnection() {
|
||||
ApplicationDependencies.getAndroidCallAudioManager().clearCommunicationDevice()
|
||||
}
|
||||
|
||||
override fun destroy() = Unit
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue