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

Commit 0761cea3 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Fix Emulator boot."

parents 28a8467e 0a0ba099
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -205,8 +205,8 @@ public class MobileDataStateTracker implements NetworkStateTracker {

                                setDetailedState(DetailedState.DISCONNECTED, reason, apnName);
                                if (mNetworkProperties != null) {
                                    NetworkUtils.resetConnections(mNetworkProperties.getInterface().
                                            getName());
                                    String iface = mNetworkProperties.getInterfaceName();
                                    if (iface != null) NetworkUtils.resetConnections(iface);
                                }
                                // TODO - check this
                                // can't do this here - ConnectivityService needs it to clear stuff