mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Made it adding already paired devices work properly if they're not ignored
This commit is contained in:
+1
@@ -674,6 +674,7 @@ public class DiscoveryActivity extends AbstractGBActivity implements AdapterView
|
||||
bondingDevice = deviceCandidate;
|
||||
break;
|
||||
case BluetoothDevice.BOND_BONDED:
|
||||
bondingDevice = deviceCandidate;
|
||||
handleDeviceBonded();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user