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

Commit 43d433df authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 77d4a2d2: am 02eab434: am 4d87d91d: Merge "If in a mobile captive portal is...

am 77d4a2d2: am 02eab434: am 4d87d91d: Merge "If in a mobile captive portal is detected enable fail fast." into jb-mr2-dev

* commit '77d4a2d2':
  If in a mobile captive portal is detected enable fail fast.
parents 3875ec6a 77d4a2d2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -152,6 +152,11 @@ public class BluetoothTetheringDataTracker implements NetworkStateTracker {
        // not implemented
    }

    @Override
    public void captivePortalCheckCompleted(boolean isCaptivePortal) {
        // not implemented
    }

    /**
     * Re-enable connectivity to a network after a {@link #teardown()}.
     */