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

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

Change-Id: I3c5ac16e2a7cad533c7d8c8b0e611bd26743e875
parents bedb9475 ad004292
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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() {