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

* commit '24aa23442d511f03f976750ffa9012544959e111':
  Remove useless UI notifications in uiUndo.
This commit is contained in:
Yu Ping Hu 2013-03-19 18:34:54 +00:00 committed by Android Git Automerger
commit 724a574c0f

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