mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-04 06:04:19 -04:00
use changeScanSelection after deviceManager association
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user