Skip to content

Commit 85dd468

Browse files
author
kennethdick
committed
Merge pull request #524 from patrickmwatson/VATRP-3920
VATRP-3920 Android: DTMF is not seen in WireShark or heard on remote end
2 parents c43e94c + 9c4d124 commit 85dd468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/org/linphone/InCallActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ public void callState(LinphoneCore lc, final LinphoneCall call, LinphoneCall.Sta
430430

431431
}
432432
stopOutgoingRingCount();
433+
433434
}
434435

435436
if (lc.getCallsNb() == 0) {
@@ -509,6 +510,7 @@ public void callState(LinphoneCore lc, final LinphoneCall call, LinphoneCall.Sta
509510
// videoProgress.setVisibility(View.GONE);
510511
status.refreshStatusItems(call, isVideoEnabled(call));
511512
}
513+
statusContainer.setVisibility(View.GONE);
512514
}
513515

514516
refreshInCallActions();

0 commit comments

Comments
 (0)