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