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

Commit 368d796e authored by Hung-ying Tyan's avatar Hung-ying Tyan
Browse files

Fix build.

Change-Id: I30f2615bc080db2c672e0391fd8bc735de17fcbf
parent 9c37447e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@ public class SipPhone extends SipPhoneBase {
        @Override
        public void hangup() throws CallStateException {
            synchronized (SipPhone.class) {
                if (mState.isAlive()) {
                if (state.isAlive()) {
                    Log.d(LOG_TAG, "hang up call: " + getState() + ": " + this
                            + " on phone " + getPhone());
                    CallStateException excp = null;