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

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

Merge "Change Old and New LinkProperties parameter position" am: 356e5732 am: 1e9b3a54

parents 299c6136 1e9b3a54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2343,7 +2343,7 @@ public class DataNetwork extends StateMachine {
            // If the new link properties is not compatible (e.g. IP changes, interface changes),
            // then we should de-register the network agent and re-create a new one.
            if ((isConnected() || isHandoverInProgress())
                    && !isLinkPropertiesCompatible(linkProperties, mLinkProperties)) {
                    && !isLinkPropertiesCompatible(mLinkProperties, linkProperties)) {
                logl("updateDataNetwork: Incompatible link properties detected. Re-create the "
                        + "network agent. Changed from " + mLinkProperties + " to "
                        + linkProperties);