Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Sep 16, 2016
1 parent 30b5ccf commit 90a306a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ private synchronized List<Message> getDeletedAndNonDraftMessages(
TABLE_MESSAGE,
columns,
COLUMN_DID + "=" + did + " AND "
+ COLUMN_DELETED + "=1 AND"
+ COLUMN_DELETED + "=1 AND "
+ COLUMN_DRAFT + "=0",
null, null, null, null);
return getMessageListFromCursor(cursor);
Expand Down

0 comments on commit 90a306a

Please sign in to comment.