mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Handle friend with no address update and removal
This commit is contained in:
parent
e9f868f60e
commit
b056165155
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ void FriendModel::setPictureUri(const QString &uri) {
|
|||
|
||||
bool FriendModel::isThisFriend(const std::shared_ptr<linphone::Friend> &data) {
|
||||
if (!mMonitor) return false;
|
||||
if (data == mMonitor) return true;
|
||||
auto fAddress = mMonitor->getAddress();
|
||||
if (!fAddress) return false;
|
||||
bool isThisFriend = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue