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

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

am fccd5bc7: Fix build.

Merge commit 'fccd5bc7' into gingerbread-plus-aosp

* commit 'fccd5bc7':
  Fix build.
parents 44669d31 fccd5bc7
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -663,6 +663,9 @@ class SipSessionGroup implements SipListener {
            } else if (current != null) {
            } else if (current != null) {
                Log.d(TAG, "transaction terminated: " + toString(current));
                Log.d(TAG, "transaction terminated: " + toString(current));
                return true;
                return true;
            } else {
                // no transaction; shouldn't be here; ignored
                return true;
            }
            }
        }
        }