mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
split out common code for USB and BLE links
This commit is contained in:
parent
54c832f591
commit
cecc369598
7 changed files with 255 additions and 169 deletions
|
|
@ -734,7 +734,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
bindMeshService()
|
||||
|
||||
val bonded =
|
||||
RadioInterfaceService.getBondedDeviceAddress(this) != null
|
||||
BluetoothInterfaceService.getBondedDeviceAddress(this) != null
|
||||
if (!bonded)
|
||||
pager.currentItem = 5
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue