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

Commit 08c8891e authored by Matthew Xie's avatar Matthew Xie Committed by Gerrit Code Review
Browse files

Merge "HFP: Fix missing OK for AT+CLCC in virtual call"

parents 507d9ee9 19175738
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1628,6 +1628,7 @@ final class HeadsetStateMachine extends StateMachine {
                        phoneNumber = "";
                    }
                    clccResponseNative(1, 0, 0, 0, false, phoneNumber, type);
                    clccResponseNative(0, 0, 0, 0, false, "", 0);
                }
                else if (!mPhoneProxy.listCurrentCalls()) {
                    clccResponseNative(0, 0, 0, 0, false, "", 0);