Fix build.
Change-Id: I30f2615bc080db2c672e0391fd8bc735de17fcbf
This commit is contained in:
@@ -441,7 +441,7 @@ public class SipPhone extends SipPhoneBase {
|
|||||||
@Override
|
@Override
|
||||||
public void hangup() throws CallStateException {
|
public void hangup() throws CallStateException {
|
||||||
synchronized (SipPhone.class) {
|
synchronized (SipPhone.class) {
|
||||||
if (mState.isAlive()) {
|
if (state.isAlive()) {
|
||||||
Log.d(LOG_TAG, "hang up call: " + getState() + ": " + this
|
Log.d(LOG_TAG, "hang up call: " + getState() + ": " + this
|
||||||
+ " on phone " + getPhone());
|
+ " on phone " + getPhone());
|
||||||
CallStateException excp = null;
|
CallStateException excp = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user