Should be able to forward a message with no additional content.

Change-Id: I6eccf2f2436303a0359027d3efd3763306f9f657
This commit is contained in:
Mindy Pereira 2012-07-18 16:55:27 -07:00
parent 6c19c167e6
commit 49cbb81332

View File

@ -3304,7 +3304,7 @@ outer:
}
msg.mDraftInfo = draftInfo;
String ref = values.getAsString(UIProvider.MessageColumns.REF_MESSAGE_ID);
if (ref != null && msg.mQuotedTextStartPos > 0) {
if (ref != null && msg.mQuotedTextStartPos >= 0) {
String refId = Uri.parse(ref).getLastPathSegment();
try {
long sourceKey = Long.parseLong(refId);