mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-31 02:49:21 +00:00
fix(CallModel): deal with auto-answer only when call state is incoming
This commit is contained in:
parent
fe9575d18f
commit
c7db013481
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ CallModel::CallModel (shared_ptr<linphone::Call> call) {
|
|||
updateIsInConference();
|
||||
|
||||
// Deal with auto-answer.
|
||||
{
|
||||
if (!isOutgoing()) {
|
||||
SettingsModel *settings = CoreManager::getInstance()->getSettingsModel();
|
||||
|
||||
if (settings->getAutoAnswerStatus()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue