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

Commit 4282470d 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

am: b20b5cc8

Change-Id: Ifb7fa6ccf70b0835c52716577a2f335e30c02b9a
parents a4fab98d b20b5cc8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -181,7 +181,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(