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

Commit d6a5f68f 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

Change-Id: Ied1bf21ec09d9774bd0f12d2688244fe7dc2bd80
parents 4121b70a 009e0811
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() {