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

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

am 45a83a89: am fccd5bc7: Fix build.

Merge commit '45a83a89'

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