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

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

Merge "Fix Crash CarrierDefaultApp due to exception"

am: 0ec2348b

Change-Id: I04f22351f158fb6db7ba62f680b8730fd8324f1f
parents c0aea2f5 0ec2348b
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(