Fix build.
Change-Id: Ie47b63f02764e8a1ca1d36f502b6b4134859ff0d
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user