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

Commit 676911e2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings: WiFi: Fix pop up dialog to notify WiFi enabled in STA+SAP concurrency mode"

parents 1b664fe7 fe9ed8f3
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -621,7 +621,8 @@ public class TetherSettings extends RestrictedSettingsFragment
                getPrefContext().startActivity(intent);
                getPrefContext().startActivity(intent);
                ((HotspotPreference)preference).setChecked(false);
                ((HotspotPreference)preference).setChecked(false);
                return false;
                return false;
            } else if(checkWifiConnectivityState(getActivity())) {
            } else if(checkWifiConnectivityState(getActivity())
                      && !mWifiManager.getWifiStaSapConcurrency()) {
                showTurnOffWifiDialog(getActivity());
                showTurnOffWifiDialog(getActivity());
                startTethering(TETHERING_WIFI);
                startTethering(TETHERING_WIFI);
            } else {
            } else {