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

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

Fix build.

Change-Id: Ie47b63f02764e8a1ca1d36f502b6b4134859ff0d
parent fd144d76
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;
            }
        }