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 0bf2938615
commit 26c49e3d8f

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);
}
}
}