Loading services/core/java/com/android/server/connectivity/Tethering.java +2 −1 Original line number Diff line number Diff line Loading @@ -1206,7 +1206,8 @@ public class Tethering extends BaseNetworkObserver implements IControlsTethering protected void handleNewUpstreamNetworkState(NetworkState ns) { mIPv6TetheringCoordinator.updateUpstreamNetworkState(ns); mOffloadController.setUpstreamLinkProperties(ns.linkProperties); mOffloadController.setUpstreamLinkProperties( (ns != null) ? ns.linkProperties : null); } } Loading Loading
services/core/java/com/android/server/connectivity/Tethering.java +2 −1 Original line number Diff line number Diff line Loading @@ -1206,7 +1206,8 @@ public class Tethering extends BaseNetworkObserver implements IControlsTethering protected void handleNewUpstreamNetworkState(NetworkState ns) { mIPv6TetheringCoordinator.updateUpstreamNetworkState(ns); mOffloadController.setUpstreamLinkProperties(ns.linkProperties); mOffloadController.setUpstreamLinkProperties( (ns != null) ? ns.linkProperties : null); } } Loading