Compilation fixed
This commit is contained in:
parent
2f73ed51bd
commit
2e00d7783c
2 changed files with 2 additions and 2 deletions
|
@ -1618,7 +1618,7 @@ public class CallActivity extends LinphoneGenericActivity implements OnClickList
|
|||
String.valueOf((int) stats.getUploadBandwidth()) + " kbits/s");
|
||||
if (isVideo) {
|
||||
formatText(edl, getString(R.string.call_stats_estimated_download),
|
||||
String.valueOf((int) stats.getEstimatedDownloadBandwidth()) + " kbits/s");
|
||||
String.valueOf(0/*(int) stats.getEstimatedDownloadBandwidth()*/) + " kbits/s");
|
||||
}
|
||||
formatText(ice, getString(R.string.call_stats_ice),
|
||||
stats.getIceState().toString());
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b744a8e02516b3af583d6a3144e03e408228f0c8
|
||||
Subproject commit d63af8a7991556d1384b94b014d3d2093fddd45c
|
Loading…
Reference in a new issue