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

Commit ddf7a066 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Gerrit Code Review
Browse files

Merge "framework:When turn off of SoftAp immediately call turning ON SoftAp"

parents e3f2735f aff3bd69
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3983,6 +3983,7 @@ public class WifiStateMachine extends StateMachine {
                    if (!isWifiTethered(stateChange.active)) {
                        loge("Tethering reports wifi as untethered!, shut down soft Ap");
                        setWifiApEnabled(null, false);
                        setWifiApEnabled(null, true);
                    }
                    return HANDLED;
                case CMD_STOP_AP: