Merge "Use updated NetworkEventDispatcher API" into sc-dev am: 2869d5a8c8

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

Change-Id: I670fda7d3c0260fd5806dd09a99f079bcca980a0
This commit is contained in:
Orion Hodson
2021-05-26 13:55:19 +00:00
committed by Automerger Merge Worker

View File

@@ -1182,7 +1182,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() {