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

Commit 009e0811 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

Change-Id: Iafcc207308b94d37a04d196def0e7c7a5ce037d9
parents b7ba9fd7 baae57ab
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() {