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

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

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

Merge "Framework did not notifyDisplayInfoChanged" into rvc-dev am: 5bebe02d am: 69b5de89 am: a32ba79a am: 7d88e7c0

Change-Id: I1f2e965e3fbbcd0d78b3d864685c62195b0b91a3
parents 91c25210 7d88e7c0
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -1539,7 +1539,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(
@@ -1553,7 +1552,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
                    }
                }
            }
            }
            handleRemoveListLocked();
        }
    }