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

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

Fix build.

Change-Id: I0c158e65eb47de64eb954a0e11c9843988cb8043
parent 27c5fab5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -444,7 +444,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;