Merge "Remove useless UI notifications in uiUndo." into jb-ub-mail-ur9

This commit is contained in:
Yu Ping Hu 2013-03-19 18:33:18 +00:00 committed by Android (Google) Code Review
commit 24aa23442d
1 changed files with 0 additions and 5 deletions

View File

@ -4169,11 +4169,6 @@ outer:
applyBatch(mLastSequenceOps);
// But clear the operations
mLastSequenceOps.clear();
// Tell the UI there are changes
ContentResolver resolver = getContext().getContentResolver();
resolver.notifyChange(UIPROVIDER_CONVERSATION_NOTIFIER, null);
resolver.notifyChange(UIPROVIDER_FOLDER_NOTIFIER, null);
resolver.notifyChange(UIPROVIDER_FOLDERLIST_NOTIFIER, null);
return c;
} catch (OperationApplicationException e) {
}