am 2a709716: Merge "Marking conversations read/unread in the TL removes the snippet text" into ub-mail-master

* commit '2a70971689ec6e90878fbf39ee5a2f8242c681ef':
  Marking conversations read/unread in the TL removes the snippet text
This commit is contained in:
James Lemieux 2014-07-24 18:02:39 +00:00 committed by Android Git Automerger
commit 32ce991317

View File

@ -176,6 +176,8 @@ public class EmailConversationCursor extends CursorWrapper implements
final ConversationInfo conversationInfo = new ConversationInfo(numMessages);
conversationInfo.firstSnippet = getString(getColumnIndex(ConversationColumns.SNIPPET));
conversationInfo.lastSnippet = conversationInfo.firstSnippet;
conversationInfo.firstUnreadSnippet = conversationInfo.firstSnippet;
final boolean isRead = getInt(getColumnIndex(ConversationColumns.READ)) != 0;
final String senderString = getString(getColumnIndex(EmailContent.MessageColumns.DISPLAY_NAME));