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

Commit 9ae284ab authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Johan Redestig
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 63152045
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -875,7 +875,6 @@ public final 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