Merge "Fix bug introduced in Change I856118d8."

This commit is contained in:
Joe Onorato
2010-10-22 09:22:50 -07:00
committed by Android (Google) Code Review

View File

@@ -357,7 +357,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
if (!checkNotifyPermission("notifyDataActivity()" )) {
return;
}
handleRemoveListLocked();
synchronized (mRecords) {
mDataActivity = state;
for (Record r : mRecords) {