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

Commit 3f059683 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Stop using LinkProperties for static configuration.

Bug: 16114392
Bug: 16893413
Change-Id: Ib33f35c004e30b6067bb20235ffa43c247d174df
parent 7c8f05fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -107,7 +107,8 @@ public class BluetoothTetheringNetworkFactory extends NetworkFactory {
                }

                synchronized(BluetoothTetheringNetworkFactory.this) {
                    mLinkProperties = dhcpResults.linkProperties;
                    mLinkProperties = dhcpResults.toLinkProperties(
                            linkProperties.getInterfaceName());
                    mNetworkInfo.setIsAvailable(true);
                    mNetworkInfo.setDetailedState(DetailedState.CONNECTED, null, null);