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

Commit 4f04db19 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of android_ui.lnx.2.1.c1-00001.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
1070422   Ic3dd7cf7b4fa746b21d7ed96df0809f4e99aedb0   Settings: Add TMO control config for new code.

Change-Id: Ia5c10f771bc65e64d5b050efd6ffb73cbe91d0d0
CRs-Fixed: 1070422
parents 6e8046e4 d5300b25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -728,7 +728,7 @@ public class TetherSettings extends RestrictedSettingsFragment
        }

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