Skip to content
Snippets Groups Projects
Commit 009e0811 authored by Paul Jensen's avatar Paul Jensen Committed by android-build-merger
Browse files

Fix build break due to automerge of 7d2198b5

am: baae57ab

Change-Id: Iafcc207308b94d37a04d196def0e7c7a5ce037d9
parents b7ba9fd7 baae57ab
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ public class PacManager {
intent.setClassName(PAC_PACKAGE, PAC_SERVICE);
if ((mProxyConnection != null) && (mConnection != null)) {
// Already bound no need to bind again, just download the new file.
IoThread.getHandler().post(mPacDownloader);
mNetThreadHandler.post(mPacDownloader);
return;
}
mConnection = new ServiceConnection() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment