Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fbc5600 authored by Wink Saville's avatar Wink Saville
Browse files

Fix bug introduced in Change I856118d8.

Change-Id: I9f1c2b2611396bb811b491b7e240b4913fa76fb4
parent c2238d00
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -357,7 +357,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
        if (!checkNotifyPermission("notifyDataActivity()" )) {
            return;
        }
        handleRemoveListLocked();
        synchronized (mRecords) {
            mDataActivity = state;
            for (Record r : mRecords) {