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

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

Change-Id: I7d26fb2a217669e43c1a340ab1e2383162d6cc0b
parents c3152d2e 8279621b
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() {