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

Commit b6264a87 authored by Chung-yih Wang's avatar Chung-yih Wang
Browse files

Fix the build.

Change-Id: Icfeec3372dcde30723c49565649be03a4dd33c06
parent b12baad9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,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) {