Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25ea1274 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 am: 009e0811 am:...

Fix build break due to automerge of 7d2198b5 am: baae57ab am: 009e0811 am: d6a5f68f am: a81dd677 am: ad004292 am: cc3287ef am: f8d3ded0 am: 8279621b am: 7e5c4bde
am: ee93a20b

Change-Id: I14d520098cb04f8b676bada15f927562e94d218e
parents 44270eef ee93a20b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {