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

Commit 780c2654 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Do not setSubId on SmsMessage." am: 03307979 am: 50080aa1 am: a9a1cc68

Change-Id: I2be56203df91f1611b6276c22b1d7a9c380bf0b9
parents 6af47898 a9a1cc68
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1389,7 +1389,6 @@ public final class Telephony {
                for (int i = 0; i < pduCount; i++) {
                    byte[] pdu = (byte[]) messages[i];
                    msgs[i] = SmsMessage.createFromPdu(pdu, format);
                    if (msgs[i] != null) msgs[i].setSubId(subId);
                }
                return msgs;
            }