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

Commit 977d3622 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am ecae8a43: am 1a58d9c3: Merge "Partial fix for issue 3124895." into gingerbread

parents b9aa1d9d ecae8a43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ public final class CallManager {
                break;
            case OFFHOOK:
                Phone fgPhone = getFgPhone();
                if (!(fgPhone instanceof SipPhone)) {
                if (hasActiveFgCall() && !(fgPhone instanceof SipPhone)) {
                    mode = AudioManager.MODE_IN_CALL;
                }
                break;