am 3f5db261: am 03d2009b: Merge change 26895 into eclair

Merge commit '3f5db2615f2d14632e5acbcfcd983d4373a5970d'

* commit '3f5db2615f2d14632e5acbcfcd983d4373a5970d':
  Subject issue in MMS message
This commit is contained in:
Satish Roddom
2009-09-25 11:09:03 -07:00
committed by Android Git Automerger

View File

@@ -855,6 +855,8 @@ public class PduPersister {
if (subject != null) {
values.put(Mms.SUBJECT, toIsoString(subject.getTextString()));
values.put(Mms.SUBJECT_CHARSET, subject.getCharacterSet());
} else {
values.put(Mms.SUBJECT, "");
}
long messageSize = sendReq.getMessageSize();