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

Commit 9870ed68 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4930082 from f8f459a2 to pi-qpr1-release

Change-Id: I8e20451615f6e578c33860f0d4845aa82cc504e8
parents 7e88efed f8f459a2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -134,6 +134,10 @@ public class HotspotControllerImpl implements HotspotController, WifiManager.Sof

    @Override
    public void setHotspotEnabled(boolean enabled) {
        if (mWaitingForCallback) {
            if (DEBUG) Log.d(TAG, "Ignoring setHotspotEnabled; waiting for callback.");
            return;
        }
        if (enabled) {
            OnStartTetheringCallback callback = new OnStartTetheringCallback();
            mWaitingForCallback = true;