am 724a574c: am 24aa2344: Merge "Remove useless UI notifications in uiUndo." into jb-ub-mail-ur9

* commit '724a574c0ffe6c075ab34dd5f8ad09a7975eafad':
  Remove useless UI notifications in uiUndo.
This commit is contained in:
Yu Ping Hu 2013-03-19 18:36:15 +00:00 committed by Android Git Automerger
commit 6593144ef3

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) {
}