Merge "Use updated NetworkEventDispatcher API" into sc-dev

This commit is contained in:
Orion Hodson
2021-05-26 13:34:07 +00:00
committed by Android (Google) Code Review

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() {