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

Commit f7c47d81 authored by Ling Ma's avatar Ling Ma Committed by Jack Yu
Browse files

Revert "[Telephony]Fix:Duplicate set up data call request for sa..."

Revert submission 22309362-DUPLICATE_RMNET_ON_PROFILE_CHANGE_FIX

Reason for revert: b/276446877, b/277925484, b/277711525, b/277925691, b/278653254

Reverted changes: /q/submissionid:22309362-DUPLICATE_RMNET_ON_PROFILE_CHANGE_FIX

Change-Id: I39c42ea80e1645da482d780e2d5099ec8a4e53d2
parent 0bfced78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1186,6 +1186,7 @@ public class ApnSetting implements Parcelable {
        ApnSetting other = (ApnSetting) o;

        return mEntryName.equals(other.mEntryName)
                && Objects.equals(mId, other.mId)
                && Objects.equals(mOperatorNumeric, other.mOperatorNumeric)
                && Objects.equals(mApnName, other.mApnName)
                && Objects.equals(mProxyAddress, other.mProxyAddress)