Don't auto dial back last callee when pressing call button

This commit is contained in:
Sylvain Berfini 2012-09-05 15:53:53 +02:00
parent 7e1856bab2
commit 6ee7664c23

View file

@ -67,7 +67,6 @@ public class CallButton extends ImageView implements OnClickListener, AddressAwa
}
mAddress.setText(log.getTo().asStringUriOnly());
mAddress.setDisplayedName(log.getTo().getDisplayName());
LinphoneManager.getInstance().newOutgoingCall(mAddress);
}
}
}