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

Commit 1f44ec39 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Relax idMatch for DataConnectionState" into main

parents 0e22a0ff a2193096
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2229,7 +2229,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
                    for (Record r : mRecords) {
                        if (r.matchTelephonyCallbackEvent(
                                TelephonyCallback.EVENT_PRECISE_DATA_CONNECTION_STATE_CHANGED)
                                && idMatch(r, subId, phoneId)) {
                                && idMatchRelaxed(r, subId, phoneId)) {
                            try {
                                r.callback.onPreciseDataConnectionStateChanged(preciseState);
                            } catch (RemoteException ex) {