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

Commit 06519f3c authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Giulio Cervera
Browse files

RIL: Correct the RIL_REQUEST_DIAL api missmatch

The uusPresent is written twice in dial() so it will always be
marked as absent.

Change-Id: Id50a4dc8a3eefdaf2284e410382428c52e9b5ef1
parent 4bacfdff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -917,7 +917,6 @@ public class RIL extends BaseCommands implements CommandsInterface {

        rr.mp.writeString(address);
        rr.mp.writeInt(clirMode);
        rr.mp.writeInt(0); // UUS information is absent

        if (uusInfo == null) {
            rr.mp.writeInt(0); // UUS information is absent