Don't auto dial back last callee when pressing call button
This commit is contained in:
parent
7e1856bab2
commit
6ee7664c23
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ public class CallButton extends ImageView implements OnClickListener, AddressAwa
|
||||||
}
|
}
|
||||||
mAddress.setText(log.getTo().asStringUriOnly());
|
mAddress.setText(log.getTo().asStringUriOnly());
|
||||||
mAddress.setDisplayedName(log.getTo().getDisplayName());
|
mAddress.setDisplayedName(log.getTo().getDisplayName());
|
||||||
LinphoneManager.getInstance().newOutgoingCall(mAddress);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue