Merge "Partial fix for issue 3124895." into gingerbread
This commit is contained in:
@ -380,7 +380,7 @@ public final class CallManager {
|
|||||||
break;
|
break;
|
||||||
case OFFHOOK:
|
case OFFHOOK:
|
||||||
Phone fgPhone = getFgPhone();
|
Phone fgPhone = getFgPhone();
|
||||||
if (!(fgPhone instanceof SipPhone)) {
|
if (hasActiveFgCall() && !(fgPhone instanceof SipPhone)) {
|
||||||
mode = AudioManager.MODE_IN_CALL;
|
mode = AudioManager.MODE_IN_CALL;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user