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

Commit 159cceaa authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Android Git Automerger
Browse files

am 368d796e: Fix build.

Merge commit '368d796e' into gingerbread-plus-aosp

* commit '368d796e':
  Fix build.
parents 26d5786f 368d796e
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;