Fix build break due to automerge of 7d2198b5
Bug: 30100884 Change-Id: I8fa379a74b5d9467b5b9498bd18de2a043963c6f
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