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

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

am b6264a87: Fix the build.

Merge commit 'b6264a87' into gingerbread-plus-aosp

* commit 'b6264a87':
  Fix the build.
parents 2143ade8 b6264a87
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) {