diff options
| -rw-r--r-- | core/java/android/provider/Telephony.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index 7754666bb8f0..df36f143393b 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -1352,7 +1352,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; } |