Do not reset recording of next call when call is closed

This commit is contained in:
Juha Heinanen
2023-10-09 13:38:36 +03:00
parent 6c06661ae6
commit 704b97aa10

View File

@ -1220,11 +1220,6 @@ class MainActivity : AppCompatActivity() {
} else {
callTimer.stop()
}
if (BaresipService.isRecOn) {
Api.module_unload("sndfile")
BaresipService.isRecOn = false
recIcon!!.setIcon(R.drawable.rec_off)
}
if (aor == aorSpinner.tag) {
callUri.inputType = InputType.TYPE_CLASS_TEXT +
InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS