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

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

Revert "Settings: Add TMO control config for new code."

This reverts commit 05dcf726.

Change-Id: I98f56a3a1991cb40adf3d908f03cbf8fdd90e292
parent 57f1ebef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ public class TetherSettings extends RestrictedSettingsFragment
        }

        if (choice == TETHERING_USB) {
            if(mUsbTether.isChecked() && mUsbEnable) {
            if(mUsbTether.isChecked()) {
                mWifiManager.setWifiEnabled(false);
            }
        }