commit | a702084a20b3edc6536c5e3527b065c1d99640e4 | [log] [tgz] |
---|---|---|
author | Sekine Yasuaki <yasuaki.sekine@sony.com> | Thu May 31 17:10:12 2018 +0900 |
committer | takeshi tanigawa <takeshi.tanigawa@sony.com> | Fri Apr 05 19:10:59 2019 +0900 |
tree | 1df976361e9d0a505fbdb698b48da433066e221d | |
parent | 381dffd9a95b5c8e3d01a91c676dcfb04cbbd204 [diff] |
Fix the issue that automatic mute state remains ON after adding VT call An issue occurs because InCallFragment#onResume() that release the automatic mute state is not called when switching fragments by adding call. To resolve this issue, handle automatic mute state in InCallActivity. Bug: 110815828 Test: Checked that the mute state is turned OFF when add a video call during a voice call. Change-Id: Ided7c58e1148f6ee12bdfeaa813d596a4716c1d6