Bangle.js: Fix cached messages not send after reconnect

This commit is contained in:
umpfel
2025-03-30 16:42:03 +02:00
parent 4ae8e31667
commit f0d4efcb94
@@ -365,7 +365,7 @@ public class BangleJSDeviceSupport extends AbstractBTLEDeviceSupport {
// get version
gbDevice.setState(GBDevice.State.INITIALIZED);
gbDevice.sendDeviceUpdateIntent(getContext());
gbDevice.sendDeviceUpdateIntent(getContext(), GBDevice.DeviceUpdateSubject.DEVICE_STATE);
if (getDevice().getFirmwareVersion() == null) {
getDevice().setFirmwareVersion("N/A");
getDevice().setFirmwareVersion2("N/A");