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

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

Merge "Framework did not notifyDisplayInfoChanged" am: bd085080

Change-Id: I81e1c11f0e02f1e7273c455ca84f041788281d5e
parents 77910c94 bd085080
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();
        }
    }