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

This commit is contained in:
TreeHugger Robot
2018-09-07 06:20:59 +00:00
committed by Android (Google) Code Review

View File

@@ -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();
}
}