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

Commit cfa39d3b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't update state after stop bluetooth tethering"

parents 0264904e bad5898f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -423,9 +423,6 @@ public class TetherSettings extends RestrictedSettingsFragment
                startTethering(TETHERING_BLUETOOTH);
            } else {
                mCm.stopTethering(TETHERING_BLUETOOTH);
                // No ACTION_TETHER_STATE_CHANGED is fired or bluetooth unless a device is
                // connected. Need to update state manually.
                updateState();
            }
        }