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

Commit ddcabfd5 authored by vichang's avatar vichang Committed by Automerger Merge Worker
Browse files

Merge "Use updated NetworkEventDispatcher API" am: 824ac591

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1719591

Change-Id: Ib234ac6a515c7b727146ef5a3e4aa8d1490df1c4
parents 560ae9e7 824ac591
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1123,7 +1123,7 @@ public final class ActivityThread extends ClientTransactionHandler {
            InetAddress.clearDnsCache();
            // Allow libcore to perform the necessary actions as it sees fit upon a network
            // configuration change.
            NetworkEventDispatcher.getInstance().onNetworkConfigurationChanged();
            NetworkEventDispatcher.getInstance().dispatchNetworkConfigurationChange();
        }

        public void updateHttpProxy() {