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

Commit d31ba3b7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Framework did not notifyDisplayInfoChanged" am: bd085080 am: 826ebc98

Change-Id: I4346de593f42e72f948b672d5798858fed4900a2
parents b7d0bc42 826ebc98
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -1560,7 +1560,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(
@@ -1574,7 +1573,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
                    }
                }
            }
            }
            handleRemoveListLocked();
        }
    }