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

Commit b96d9ac1 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Framework did not notifyDisplayInfoChanged" into rvc-dev am: 5bebe02d

Change-Id: Idf33bd6477fa9c32298da38816945732c2e9cfd8
parents a0836d43 5bebe02d
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -1538,7 +1538,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
        }
        synchronized (mRecords) {
            if (validatePhoneId(phoneId)) {
                if (mDisplayInfos[phoneId] != null) {
                mDisplayInfos[phoneId] = displayInfo;
                for (Record r : mRecords) {
                    if (r.matchPhoneStateListenerEvent(
@@ -1552,7 +1551,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
                    }
                }
            }
            }
            handleRemoveListLocked();
        }
    }