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

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

Merge "Fix runtime reset (missing case break)."

parents 0f0b11c8 1a655771
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1627,6 +1627,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
                case NetworkStateTracker.EVENT_NOTIFICATION_CHANGED:
                    handleNotificationChange(msg.arg1 == 1, msg.arg2,
                            (Notification) msg.obj);
                    break;

                case NetworkStateTracker.EVENT_CONFIGURATION_CHANGED:
                    // TODO - make this handle ip/proxy/gateway/dns changes