mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-02 21:17:32 +01:00
Garmin: Do not suggest unbind before pair
Watches will connect just fine even if already paired in bluetooth settings.
This commit is contained in:
parent
698469ae75
commit
5824a25ebb
@ -31,6 +31,11 @@ import nodomain.freeyourgadget.gadgetbridge.service.devices.garmin.GarminSupport
|
||||
import nodomain.freeyourgadget.gadgetbridge.util.Prefs;
|
||||
|
||||
public abstract class GarminCoordinator extends AbstractBLEDeviceCoordinator {
|
||||
@Override
|
||||
public boolean suggestUnbindBeforePair() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void deleteDevice(@NonNull final GBDevice gbDevice, @NonNull final Device device, @NonNull final DaoSession session) throws GBException {
|
||||
deleteAllActivityData(device, session);
|
||||
|
Loading…
x
Reference in New Issue
Block a user