Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6b91d1f authored by wangqi's avatar wangqi Committed by Copybara-Service
Browse files

Don't override contactExists if there is no update from Cequint Caller ID.

Bug: 72485878
Test: none
PiperOrigin-RevId: 183915863
Change-Id: Ib035855d944c91145418222cc390be066744b4fb
parent 73b231df
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -541,7 +541,9 @@ public class ContactInfoCache implements OnImageLoadCompleteListener {
      hasUpdate = true;
    }
    // Set contact to exist to avoid phone number service lookup.
    callerInfo.contactExists = hasUpdate;
    if (hasUpdate) {
      callerInfo.contactExists = true;
    }
  }

  /**