Fix build break due to automerge of 7d2198b5
am: baae57ab24
Change-Id: Iafcc207308b94d37a04d196def0e7c7a5ce037d9
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user