mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Don't auto dial back last callee when pressing call button
This commit is contained in:
parent
0bf2938615
commit
26c49e3d8f
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.setDisplayedName(log.getTo().getDisplayName());
|
||||
LinphoneManager.getInstance().newOutgoingCall(mAddress);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue