Use updated NetworkEventDispatcher API

Bug: 185153775
Test: m
Change-Id: Ib5ea04b0bae0dce9783c4017f1dd0db0efd49976
This commit is contained in:
Orion Hodson
2021-05-25 21:00:43 +01:00
parent 1cbeefce09
commit a0ce8ac42c

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