auto import from //depot/cupcake/@132589

This commit is contained in:
The Android Open Source Project
2009-03-03 14:04:35 -08:00
parent 8a156091ef
commit a578a6c4ad
44 changed files with 601 additions and 1427 deletions

View File

@@ -253,8 +253,6 @@ public class BluetoothSettings extends PreferenceActivity
// we should start a scan
if (bluetoothState == ExtendedBluetoothState.ENABLED) {
mLocalManager.startScanning(false);
} else if (bluetoothState == ExtendedBluetoothState.DISABLED) {
mDeviceList.setProgress(false);
}
}
}