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

Commit 0489acf3 authored by Sanket Padawe's avatar Sanket Padawe Committed by Android (Google) Code Review
Browse files

Merge "Fix hidl conversion bug for setCallForward()" into oc-dev

parents 3fda16e6 8489fba4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1507,7 +1507,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {
            cfInfo.serviceClass = serviceClass;
            cfInfo.toa = PhoneNumberUtils.toaFromString(number);
            cfInfo.number = convertNullToEmptyString(number);
            cfInfo.timeSeconds = 0;
            cfInfo.timeSeconds = timeSeconds;

            try {
                radioProxy.setCallForward(rr.mSerial, cfInfo);