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

This commit is contained in:
James Lemieux 2014-07-15 19:59:09 +00:00 committed by Android (Google) Code Review
commit 2a70971689
1 changed files with 2 additions and 0 deletions

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));