Do not reset recording of next call when call is closed
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user