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

Commit 1a655771 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix runtime reset (missing case break).

Bug: 2895437
Change-Id: If061c02811144031833f75ad47ae313e2208701c
parent 8e552630
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