WIP is a little better

This commit is contained in:
geeksville 2020-04-07 10:40:01 -07:00
parent 9491a74fc6
commit 5403b15044
11 changed files with 156 additions and 107 deletions

View file

@ -73,8 +73,8 @@ fun BTScanScreen() {
val bluetoothAdapter =
(context.getSystemService(Context.BLUETOOTH_SERVICE) as BluetoothManager?)?.adapter
analyticsScreen(name = "settings")
onCommit(AppStatus.currentScreen) {
// FIXME - remove onCommit now that we have a fragement to run in
onCommit() {
ScanState.debug("BTScan component active")
ScanUIState.selectedMacAddr = RadioInterfaceService.getBondedDeviceAddress(context)