Skip to content

Commit 4f0dec2

Browse files
JensenPaulgitbuildkicker
authored andcommitted
Fix build break due to automerge of 7d2198b
Bug: 30100884 Change-Id: I8fa379a74b5d9467b5b9498bd18de2a043963c6f (cherry picked from commit baae57a)
1 parent 9e812be commit 4f0dec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/core/java/com/android/server/connectivity/PacManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ private void bind() {
267267
intent.setClassName(PAC_PACKAGE, PAC_SERVICE);
268268
if ((mProxyConnection != null) && (mConnection != null)) {
269269
// Already bound no need to bind again, just download the new file.
270-
IoThread.getHandler().post(mPacDownloader);
270+
mNetThreadHandler.post(mPacDownloader);
271271
return;
272272
}
273273
mConnection = new ServiceConnection() {

0 commit comments

Comments
 (0)