Merge "Fix bug introduced in Change I856118d8."
This commit is contained in:
@@ -357,7 +357,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
|
||||
if (!checkNotifyPermission("notifyDataActivity()" )) {
|
||||
return;
|
||||
}
|
||||
handleRemoveListLocked();
|
||||
synchronized (mRecords) {
|
||||
mDataActivity = state;
|
||||
for (Record r : mRecords) {
|
||||
|
||||
Reference in New Issue
Block a user