Fixed minor typo in MessageView

This commit is contained in:
Andrew Stadler 2009-07-06 19:02:16 -07:00
parent 7c3cca80a0
commit 61e6ff4521
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ public class MessageView extends Activity
// TODO this should be a call to the controller, since it may possibly kick off
// more than just a DB update. Also, the DB update shouldn't be in the UI thread
// as it is here.
mMessage.mFlagFavorite = isRead;
mMessage.mFlagRead = isRead;
ContentValues cv = new ContentValues();
cv.put(EmailContent.MessageColumns.FLAG_READ, isRead ? 1 : 0);
Uri uri = ContentUris.withAppendedId(