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

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

Change-Id: I119f396276cac92919f836024dbdf48df711cef1
parents dea69e62 7e5c4bde
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() {