Should be able to forward a message with no additional content.
Change-Id: I6eccf2f2436303a0359027d3efd3763306f9f657
This commit is contained in:
parent
6c19c167e6
commit
49cbb81332
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user