Merge "Don't update state after stop bluetooth tethering"
This commit is contained in:
committed by
Android (Google) Code Review
commit
cfa39d3b6b
@@ -423,9 +423,6 @@ public class TetherSettings extends RestrictedSettingsFragment
|
|||||||
startTethering(TETHERING_BLUETOOTH);
|
startTethering(TETHERING_BLUETOOTH);
|
||||||
} else {
|
} else {
|
||||||
mCm.stopTethering(TETHERING_BLUETOOTH);
|
mCm.stopTethering(TETHERING_BLUETOOTH);
|
||||||
// No ACTION_TETHER_STATE_CHANGED is fired or bluetooth unless a device is
|
|
||||||
// connected. Need to update state manually.
|
|
||||||
updateState();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user