mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-14 00:05:04 +01:00
Adjust mic listening location
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
77422e304a
commit
059deb92e7
@ -2262,6 +2262,7 @@ class CallController(args: Bundle) : BaseController() {
|
||||
}
|
||||
CallController.CallStatus.IN_CONVERSATION -> handler!!.post {
|
||||
stopCallingSound()
|
||||
startListening()
|
||||
|
||||
if (!isPTTActive) {
|
||||
animateCallControls(false, 5000)
|
||||
@ -2337,7 +2338,6 @@ class CallController(args: Bundle) : BaseController() {
|
||||
|
||||
private fun playCallingSound() {
|
||||
stopCallingSound()
|
||||
startListening()
|
||||
val ringtoneUri = Uri.parse(
|
||||
"android.resource://"
|
||||
+ applicationContext!!.packageName
|
||||
|
Loading…
Reference in New Issue
Block a user