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

Commit e810f5fe authored by Arne Coucheron's avatar Arne Coucheron
Browse files

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

This reverts commit fe9ed8f3.

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