Fix contact name not shown in incall Activity.
This commit is contained in:
parent
4271398147
commit
e71b7a5c97
1 changed files with 2 additions and 1 deletions
|
@ -451,7 +451,8 @@ public class LinphoneActivity extends TabActivity {
|
|||
|
||||
public void startIncallActivity(CharSequence callerName) {
|
||||
startActivityForResult(
|
||||
new Intent().setClass(this, IncallActivity.class),
|
||||
new Intent().setClass(this, IncallActivity.class)
|
||||
.putExtra(IncallActivity.CONTACT_KEY, callerName),
|
||||
INCALL_ACTIVITY);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue