remove old compose goo no longer needed with newer versions

This commit is contained in:
geeksville 2020-03-04 12:13:21 -08:00
parent 80597bf48a
commit bedcdb9cd1
7 changed files with 41 additions and 17 deletions

View file

@ -65,6 +65,7 @@ fun BTScanScreen() {
val bluetoothAdapter =
(context.getSystemService(Context.BLUETOOTH_SERVICE) as BluetoothManager?)?.adapter
analyticsScreen(name = "settings")
onCommit(AppStatus.currentScreen) {
ScanState.debug("BTScan component active")
ScanUIState.selectedMacAddr = RadioInterfaceService.getBondedDeviceAddress(context)