mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-11 17:36:48 +01:00
The DeviceCommunicationService calls `#setAutoReconnect` on new device supports before it calls the connect method. Since this method did not get relayed to the connection-specific support classes, Xiaomi devices using a BLE connection did not automatically reconnect because the `mAutoReconnect` field in `AbstractBTLEDeviceSupport` never got set.