mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
use changeScanSelection after deviceManager association
This commit is contained in:
parent
9562841922
commit
3daa6eac46
1 changed files with 1 additions and 1 deletions
|
|
@ -1046,7 +1046,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
|||
if (deviceToPair.bondState != BOND_BONDED) {
|
||||
deviceToPair.createBond()
|
||||
}
|
||||
changeDeviceSelection(myActivity, "x${deviceToPair.address}")
|
||||
scanModel.changeScanSelection(myActivity, "x${deviceToPair.address}")
|
||||
} else {
|
||||
super.onActivityResult(requestCode, resultCode, data)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue