Remove useless UI notifications in uiUndo.

The uris supplied for these are bogus (lack IDs), and at any
rate the actual undo itself should notify the UI. (That's
currently broken, but not for want of trying, but the point
is that needs to get fixed anyway.)

Bug: 8373349
Change-Id: Id0f4e9fa45f2ece42d07f1f350d841f00270a8d9
This commit is contained in:
Yu Ping Hu 2013-03-18 14:41:24 -07:00
parent d0e7d88f43
commit 91107a4c56
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) {
}