Merge "Use updated NetworkEventDispatcher API"

This commit is contained in:
vichang
2021-06-02 17:00:58 +00:00
committed by Gerrit Code Review

View File

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