mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
WIP is a little better
This commit is contained in:
parent
9491a74fc6
commit
5403b15044
11 changed files with 156 additions and 107 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue