mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 01:39:19 +00:00
Remove useless condition.
This commit is contained in:
parent
82cdd6bc3c
commit
0310ccb6c6
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ void CoreHandlers::onNotifyPresenceReceivedForUriOrTel (
|
|||
const shared_ptr<linphone::PresenceModel> &
|
||||
) {
|
||||
ContactModel *contact_model = &lf->getData<ContactModel>("contact-model");
|
||||
if (contact_model) contact_model->presenceReceived();
|
||||
contact_model->presenceReceived();
|
||||
}
|
||||
|
||||
void CoreHandlers::onRegistrationStateChanged (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue