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

Commit 8a552e0d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "When UUS info is null, set array size 0."

parents 65745602 65debb9f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1883,6 +1883,8 @@ public class RILUtils {
            info.uusDcs = uusInfo.getDcs();
            info.uusData = new String(uusInfo.getUserData());
            dial.uusInfo = new android.hardware.radio.voice.UusInfo[] {info};
        } else {
            dial.uusInfo = new android.hardware.radio.voice.UusInfo[0];
        }
        return dial;
    }