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

Commit e28bb783 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

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

* commit '08c8891e':
  HFP: Fix missing OK for AT+CLCC in virtual call
parents 2986e323 08c8891e
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);