Merge "Fix bad oopsie"

This commit is contained in:
Marc Blank 2012-04-04 12:39:28 -07:00 committed by Android (Google) Code Review
commit 3dc2a77d4f
1 changed files with 1 additions and 1 deletions

View File

@ -2308,7 +2308,7 @@ outer:
*/
private String genQueryMailbox(String[] uiProjection, String id) {
long mailboxId = Long.parseLong(id);
ContentValues values = EMPTY_CONTENT_VALUES;
ContentValues values = new ContentValues();
if (mSearchParams != null && mailboxId == mSearchParams.mSearchMailboxId) {
// This is the current search mailbox; use the total count
values = new ContentValues();