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

Commit 577afc1c authored by Chung-yih Wang's avatar Chung-yih Wang Committed by Android Git Automerger
Browse files

am b65fd472: am b6264a87: Fix the build.

Merge commit 'b65fd472'

* commit 'b65fd472':
  Fix the build.
parents e2aded2d b65fd472
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ public class SipPhone extends SipPhoneBase {
    }

    public boolean equals(SipPhone phone) {
        return getSipUri().equals(phone.getSipUri()));
        return getSipUri().equals(phone.getSipUri());
    }

    public boolean canTake(Object incomingCall) {