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

Commit b20b5cc8 authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "Fix Crash CarrierDefaultApp due to exception" am: 0ec2348b

am: 9d2c715d

Change-Id: I638e568ed4c7b554cad141078f8546c7a35f2836
parents e8fb9dae 9d2c715d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -180,7 +180,8 @@ public class CaptivePortalLoginActivity extends Activity {
    }

    private void done(boolean success) {
        if (DBG) logd(String.format("Result success %b for %s", success, mUrl.toString()));
        if (DBG) logd(String.format("Result success %b for %s", success,
                mUrl != null ? mUrl.toString() : "null"));
        if (success) {
            // Trigger re-evaluation upon success http response code
            CarrierActionUtils.applyCarrierAction(