Skip to content

Commit 8455b6a

Browse files
author
kennethdick
committed
Merge pull request #528 from Accontech/third_call_crash_fix
VATRP-3844: third call accept crash fix
2 parents 026cc1f + 3ec3d14 commit 8455b6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/org/linphone/InCallActivity.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,9 +1526,7 @@ private void refreshInCallActions() {
15261526
Log.e("Bluetooth: Audio routes menu disabled on tablets for now (4)");
15271527
}
15281528

1529-
if(isEmergencyCall)
1530-
isMicMuted = false;
1531-
LinphoneManager.getLcIfManagerNotDestroyedOrNull().muteMic(isMicMuted);
1529+
15321530
if (isMicMuted) {
15331531
micro.setSelected(true);
15341532
} else {

0 commit comments

Comments
 (0)