mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Garmin: prevent double initialization
As it prevents some watches from connecting. The change causing the double initialization is a6de977d50
This commit is contained in:
parent
39d84c99de
commit
7fed89a648
@ -164,8 +164,6 @@ public class GarminSupport extends AbstractBTLEDeviceSupport implements ICommuni
|
||||
communicator = communicatorV1;
|
||||
}
|
||||
|
||||
communicator.initializeDevice(builder);
|
||||
|
||||
return builder;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user