Fix build break due to automerge of 7d2198b5 am: baae57ab24 am: 009e08116f am: d6a5f68f52 am: a81dd677d3 am: ad004292e1 am: cc3287ef42 am: f8d3ded044 am: 8279621b82 am: 57f76df8d7

am: eb7e711571

Change-Id: I4791f98c790f78e8a46a59b38065aa71a4eb79be
This commit is contained in:
Paul Jensen
2016-09-19 15:36:42 +00:00
committed by android-build-merger

View File

@@ -293,7 +293,7 @@ public class PacManager {
intent.setClassName(PAC_PACKAGE, PAC_SERVICE); intent.setClassName(PAC_PACKAGE, PAC_SERVICE);
if ((mProxyConnection != null) && (mConnection != null)) { if ((mProxyConnection != null) && (mConnection != null)) {
// Already bound no need to bind again, just download the new file. // Already bound no need to bind again, just download the new file.
IoThread.getHandler().post(mPacDownloader); mNetThreadHandler.post(mPacDownloader);
return; return;
} }
mConnection = new ServiceConnection() { mConnection = new ServiceConnection() {